@j-ulrich/git-flow-silent-release

1.0.1 • Public • Published

git-flow-silent-release

Performs a git flow release finish without any prompts

Installation

npm install --save-dev @j-ulrich/git-flow-silent-release

Usage

npx git-flow-silent-release [--dry-run] [--help|-h] [--release-message|-m <release-message>]
                         <version>

Performs a `git flow release finish` without any prompts.

Positionals:
  version  The version number of the release.

Options:
      --dry-run          Just log what would happen but don't do it.                 [boolean]
  -m, --release-message  The message to be used for the release. Can contain the
                         placeholder {{version}} which is replaced with the version.
                                                           [default: "Release of {{version}}"]
  -h, --help             Show help                                                   [boolean]

License

Copyright (c) 2021 Jochen Ulrich

Licensed under MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @j-ulrich/git-flow-silent-release

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.86 kB

Total Files

4

Last publish

Collaborators

  • j-ulrich