@owenvoke/semantic-release-config
v1.1.2
Published
Owen Voke's config for semantic-release.
Readme
@owenvoke/semantic-release-config
semantic-release shareable config for owenvoke.
Plugins
This shareable configuration uses the following plugins:
Install
npm install --save-dev semantic-release @owenvoke/semantic-release-configUsage
The shareable config can be configured in the semantic release configuration file:
{
"extends": "@owenvoke/semantic-release-config"
}Configuration
This shareable config is based on the Angular preset, with the following changes:
- The
choretype is counted as a patch release.- This excludes the
depsanddeps-devscopes to prevent releases for every Dependabot update.
- This excludes the
- The
refactorandstyletypes are counted as a patch release.
