1.0.0 • Published 3 years ago
@reifiedbeans/semantic-release-config v1.0.0
@reifiedbeans/semantic-release-config
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-configThen, add the following to your package.json.
{
"release": {
"extends": "@reifiedbeans/semantic-release-config"
}
}License
Licensed under the MIT License.
1.0.0
3 years ago