https://github.com/traverson/semantic-release-config
Shareable semantic-release config for the traverson organization
https://github.com/traverson/semantic-release-config
Last synced: 9 months ago
JSON representation
Shareable semantic-release config for the traverson organization
- Host: GitHub
- URL: https://github.com/traverson/semantic-release-config
- Owner: traverson
- License: mit
- Created: 2018-12-22T22:39:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T11:45:04.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:55:52.605Z (over 1 year ago)
- Language: Shell
- Homepage: https://npm.im/@traverson/semantic-release-config
- Size: 3.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semantic-release-config
[Shareable semantic-release config](https://semantic-release.gitbook.io/semantic-release/usage/shareable-configurations)
for the [traverson organization](https://github.com/traverson)
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
![SLSA Level 2][slsa-badge]
## Usage
[![npm][npm-badge]][npm-link]
[![MIT license][license-badge]][license-link]
### Installation
```sh
$ npm install @traverson/semantic-release-config
```
### Add to project config file
In a `.releaserc.json` file in the root pf the project:
```json
{
"extends": "@traverson/semantic-release-confg"
}
```
## Contributing
[![Conventional Commits][commit-convention-badge]][commit-convention-link]
[![Commitizen friendly][commitizen-badge]][commitizen-link]
[![semantic-release][semantic-release-badge]][semantic-release-link]
[![PRs Welcome][PRs-badge]][PRs-link]
[![Renovate][renovate-badge]][renovate-link]
### Dependencies
```sh
$ nvm install
$ npm install
```
### Verification
```sh
$ npm test
```
[npm-link]: https://www.npmjs.com/package/@traverson/semantic-release-config
[npm-badge]: https://img.shields.io/npm/v/@traverson/semantic-release-config?logo=npm
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/traverson/semantic-release-config.svg
[commit-convention-link]: https://conventionalcommits.org
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[commitizen-link]: http://commitizen.github.io/cz-cli/
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[semantic-release-link]: https://github.com/semantic-release/semantic-release
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
[PRs-link]: http://makeapullrequest.com
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[github-actions-ci-link]: https://github.com/traverson/semantic-release-config/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/traverson/semantic-release-config/node-ci.yml.svg?branch=master&logo=github
[renovate-link]: https://renovatebot.com
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg