https://github.com/calebboyd/semantic-release-config
Shareable config for semantic release. changelog, npm, github, git.
https://github.com/calebboyd/semantic-release-config
Last synced: 3 months ago
JSON representation
Shareable config for semantic release. changelog, npm, github, git.
- Host: GitHub
- URL: https://github.com/calebboyd/semantic-release-config
- Owner: calebboyd
- License: mit
- Created: 2020-12-30T02:58:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T16:51:43.000Z (over 4 years ago)
- Last Synced: 2024-10-05T13:40:21.707Z (9 months ago)
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
```shell
npm i -D semantic-release @calebboyd/semantic-release-config
```
## Configure```json
{
"extends": "@calebboyd/semantic-release-config",
"branch": "master"
}
```A [semantic-release](https://github.com/semantic-release/semantic-release) shareable config to publish npm packages.
## Plugins
This [shareable configuration](https://github.com/jedmao/semantic-release-npm-github-config/blob/master/.releaserc.json) uses 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/github`](https://github.com/semantic-release/github)
- [`@semantic-release/git`](https://github.com/semantic-release/git)