https://github.com/n4bb12/config-semantic-release
📦🚀 Shareable semantic-release configuration
https://github.com/n4bb12/config-semantic-release
changelog config conventional preset publish semantic-release shareable tag
Last synced: about 1 year ago
JSON representation
📦🚀 Shareable semantic-release configuration
- Host: GitHub
- URL: https://github.com/n4bb12/config-semantic-release
- Owner: n4bb12
- License: isc
- Created: 2019-04-10T21:30:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T00:23:01.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T10:16:39.087Z (almost 2 years ago)
- Topics: changelog, config, conventional, preset, publish, semantic-release, shareable, tag
- Language: JavaScript
- Homepage: https://semantic-release.gitbook.io
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📦🚀 @n4bb12/config-semantic-release
Shareable semantic-release configuration
## Plugins
This configuration use the following plugins:
- [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer)
- [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator)
- [@semantic-release/npm](https://github.com/semantic-release/npm)
- [@semantic-release/git](https://github.com/semantic-release/git)
- [@semantic-release/github](https://github.com/semantic-release/github)
## Install
```
yarn add --dev @n4bb12/config-semantic-release
```
## Usage
Extend the configuration in the semantic-release [config file](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration):
```json
{
"extends": "@n4bb12/config-semantic-release"
}
```
## Configuration
See each plugin's documentation for configuration options.