10.37.0--canary.2180.26196.0 • Published 2 years ago

@auto-canary/one-release-commit v10.37.0--canary.2180.26196.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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