2.0.4 • Published 7 years ago

punchcard-semantic-release v2.0.4

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
7 years ago

Punchcard Semantic Release Build Status Coverage Status 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"
}