-
Notifications
You must be signed in to change notification settings - Fork 110
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
feat(release): add automatic git tagging #207
base: master
Are you sure you want to change the base?
Conversation
29357e9
to
65ee815
Compare
Do we really need a separate |
Please don't change default behaviour of |
I'm definitely not suggesting that we replace existing |
Now that we're introducing different tag namespaces to distinguish gx vs. gomod version lineages, we need gx to create the tag to mitigate the chance of human error. My concern with piling the tag command into the On the contrary, the BTW – gx should remind the user to use the cc @Kubuxu |
That assumes that the user has a git-based I'm perfectly happy to mass-update the |
@Stebalien I approved that PR (non-binding). If we're OK with the rewrite, then I'm fine as long as we explicitly |
SGTM. So:
? |
I'd state the hash in the tag message, as the version number is redundant because it's part of the tag name. Other than that, LGTM. |
So, the tag message is often (e.g., on GitHub) used as the tag's title. However, we should probably put the hash on the second line of the message. We'll need #228 for that. |
tagCmd
tagCmd
Ref #157