1.2.0 • Published 1 year ago

@tammergard/semantic-release-config-npm v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@tammergard/semantic-release-config-npm

A sharable Semantic Release config with personal preferences.

Installation

Install this Semantic Release config:

# npm
npm install @tammergard/semantic-release-config-npm semantic-release --save-dev

# yarn
yarn add @tammergard/semantic-release-config-npm semantic-release --dev

Usage

Add the config to your .releaserc.js file:

module.exports = {
	extends: "@tammergard/semantic-release-config-npm",
}

See this project's CI workflow config (.github/workflows/ci.yml) for an example on how to use it.

License

MIT