You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the optimal approach would be to mimic git tag with -a and -s flags
E.g., just run bump minor -a -m "tag message" or bump minor -s -m "tag message"
I specifically don't want to have to supply the path to my GPG key as a command line argument every time I want to do a signed tag bump.
Although it would be really nice to be able to just to do bump minor -s or bump minor -a and have an editor open according to the env var EDITOR, like git does to fill in the tag message. Although I'm not sure if this would be tricky - since go-get is a go reimplementation of git, I imagine you can't just let git tag -s open up the editor for you with the correct prompt.
Hi there,
Great package! It would be nice to have annotated and signed tags, which can be configured with go-git's CreateTagOptions.
Cheers,
Oliver
The text was updated successfully, but these errors were encountered: