generate-tags
v1.0.4
Published
CLI to generate tags for git repo
Downloads
5
Readme
Generate tags
This is a CLI that generates tags (branch and release) based in your current git branch and push into the git repo you are using.
In order to create correctly this tag first the CLI fetch all tags that are remote.
Table of Contents
Installation
npm i generate-tags -g
Usage
if your branch name is main and you:
generate-tags -r (or -release)
this will generate for example release-main-1 then release-main-2 then release-main-3 ... and so on.
generate-tags -b (or -branch)
this will generate for example branch-main-1 then branch-main-2 then branch-main-3 ... and so on.