Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix option for --git-tag flag #28

Open
EdenEast opened this issue Apr 19, 2020 · 1 comment
Open

Prefix option for --git-tag flag #28

EdenEast opened this issue Apr 19, 2020 · 1 comment

Comments

@EdenEast
Copy link

--git-tag option will create a commit and tag with the version as the tag and message. There is no way to prefix this message. For example adding 'v' to the beginning of the commit message, tag message and tag name. This would also align with npm version and yarn version commands. The prefix might be a requirement for a version tag.

Propose a --prefix option. This option will be applied if the option --git-tag is also passed. It will prefix:

  • git commit message
  • tag commit message
  • tag name
@SmuSmu
Copy link

SmuSmu commented Jul 14, 2020

That would be relly nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants