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:"
}
]
]
}