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
Is your feature request related to a problem? Please describe.
When using git directly, I can write e.g. git tag -a v0.0.28 to open an editor to annotate that tag. This is especially handy on platforms aside from GitHub that do not have its proprietary UI for publishing releases.
gitui does not yet support annotating tags, despite supporting creating and pushing tags, which means I have to drop back to the standard git command line to annotate tags.
Describe the solution you'd like
For git commit messages, gitui allows you to open your editor to leave a longer message if one line is not enough. Something similar may work well for annotating tags. Perhaps the keyboard shortcut could be "a" for annotate, to echo the git command line option.
Is your feature request related to a problem? Please describe.
When using git directly, I can write e.g.
git tag -a v0.0.28
to open an editor to annotate that tag. This is especially handy on platforms aside from GitHub that do not have its proprietary UI for publishing releases.gitui does not yet support annotating tags, despite supporting creating and pushing tags, which means I have to drop back to the standard git command line to annotate tags.
Describe the solution you'd like
For git commit messages, gitui allows you to open your editor to leave a longer message if one line is not enough. Something similar may work well for annotating tags. Perhaps the keyboard shortcut could be "a" for annotate, to echo the git command line option.
Additional context
extrawurst asked me to file this feature request.
The text was updated successfully, but these errors were encountered: