Skip to content

kazz187/gittag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gittag

gittag は Semantic Versioning のルールに従って、 git のタグを作成してプッシュするためのツールです。 次のバージョンの候補を git ls-remote --tags の内容に基づいて提示してくれます。

Install

$ go install github.com/kazz187/gittag@latest

Usage

$ gittag

$ gittag --help
usage: gittag [<flags>] [<tag>]

Semantic versioning tagging tool

Flags:
      --help             Show context-sensitive help (also try --help-long and --help-man).
  -s, --segment=SEGMENT  the segment to increment
  -p, --pre=PRE          the prerelease suffix
      --remote="origin"  the git remote
      --repo=.           the directory of git repository
  -y, --yes              answer yes to all questions
      --debug            enable debug mode

Args:
  [<tag>]  the tag to create

Example

example

About

Semantic versioning tagging tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages