punchcard-semantic-release
Version:
Punchcard style commits for Semantic Release
23 lines (15 loc) • 1.08 kB
Markdown
# Punchcard Semantic Release [](https://travis-ci.org/punchcard-cms/semantic-release) [](https://coveralls.io/github/punchcard-cms/semantic-release?branch=master) [](https://github.com/semantic-release/semantic-release)
[Semantic Release](https://github.com/semantic-release/semantic-release) analysis and notes generation for use with [Punchcard Commit Messages](https://github.com/punchcard-cms/commit-msg).
## Usage
Follow the [Semantic Release](https://github.com/semantic-release/semantic-release) setup instructions, then do the following:
**Install**
```
npm i punchcard-semantic-release --save-dev
```
**package.json**
```json
"release": {
"analyzeCommits": "punchcard-semantic-release/analyze",
"generateNotes": "punchcard-semantic-release/notes"
}
```