@auto-canary/one-release-commit
v10.37.0--canary.2180.26196.0
Published
Allow to squash release commit in a single one
Downloads
5
Readme
One-Release-Commit Plugin
Allow to create a single release commit
Installation
This plugin is not included with the auto
CLI installed via NPM. To install:
npm i --save-dev @auto-it/one-release-commit
# or
yarn add -D @auto-it/one-release-commit
Usage
{
"plugins": [
[
"one-release-commit",
{
// Release commit message
"commitMessage": ":rocket: New release is on the way :rocket:"
}
]
]
}