feat(release): add automatic git tagging#207
feat(release): add automatic git tagging#207dignifiedquire wants to merge 2 commits intowhyrusleeping:masterfrom
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. |
tagCmdtagCmdRef #157