1.0.4 • Published 11 months ago

generate-tags v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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.

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago