benyi / git-tag-generator
There is no license information available for the latest version (dev-master) of this package.
Git-tag-generator is a tool that can help you generate release tag conveniently.
dev-master
2019-08-25 15:59 UTC
Requires
- codedungeon/php-cli-colors: ~1.0
- pragmarx/ia-collection: ^5.8
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-03-08 22:48:58 UTC
README
Git-tag-generator is a tool that can help you generate release tag conveniently.
Installation
$ composer require global benyi/git-tag-generator:dev-master
Usage
- Basic usage
$ git-tag-generator [--repo <path>] [--next <identifier> [--create]]
- Get next tag
$ git-tag-generator --next patch
- Create the tag
$ git-tag-generator --next patch --create