2.0.0 • Published 5 months ago

@sensible-ts/semantic-release v2.0.0

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

@sensible-ts/semantic-release

npm version semantic-release: conventional commits license: MIT

A sensible semantic-release config. The main purpose of this configuration is twofold: use main as the tracking branch and use the Conventional Commits standard instead of the Angular standard. All other defaults are left untouched.

Usage

First, install this package as a dev dependency.

npm install --save-dev @sensible-ts/semantic-release

Then, add the following to your package.json.

{
  "release": {
    "extends": "@sensible-ts/semantic-release"
  }
}

License

Licensed under the MIT License.

2.0.0

5 months ago

1.0.1

1 year ago

1.0.0

1 year ago