3.0.1 • Published 8 months ago

@binden/semantic-release-config v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

semantic-release-config CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language Node.js version npm downloads License

Shareable semantic-release config.

  • based on conventionalcommits

  • updates CHANGELOG.md

  • adds GitHub tags and releases with release notes

  • publishes new versions to npm

Installation

npm i --save-dev @binden/semantic-release-config

Usage

  • Add the extends property (in the .releaserc.json file)
{ "extends": "@binden/semantic-release-config", "branches": ["v1", "main"] }
  • Run semantic-release
npx semantic-release
3.0.1

8 months ago

3.0.0

2 years ago

2.0.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago