punchcard-semantic-release
v2.0.4
Published
Punchcard style commits for Semantic Release
Downloads
61
Maintainers
Readme
Punchcard Semantic Release
Semantic Release analysis and notes generation for use with Punchcard Commit Messages.
Usage
Follow the Semantic Release setup instructions, then do the following:
Install
npm i punchcard-semantic-release --save-dev
package.json
"release": {
"analyzeCommits": "punchcard-semantic-release/analyze",
"generateNotes": "punchcard-semantic-release/notes"
}