Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

punchcard-semantic-release

punchcard-cms22Apache-2.02.0.4

Punchcard style commits for Semantic Release

semantic-release, version, semver, release, publish, package, module, changelog, automation, author, punchcard

readme

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"
}