1.0.0 • Published 1 year ago

@reifiedbeans/semantic-release-config v1.0.0

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

@reifiedbeans/semantic-release-config

npm version semantic-release version code style: prettier semantic-release: conventional commits license: MIT

A (somewhat) 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 @reifiedbeans/semantic-release-config

Then, add the following to your package.json.

{
  "release": {
    "extends": "@reifiedbeans/semantic-release-config"
  }
}

License

Licensed under the MIT License.

1.0.0

1 year ago