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
It would be very nice if Jeweler optionally supported creating annotated Git tags (even better if they were signed, too). The current light-weight tags aren't used by git describe, without the --tags, or --all flags.
The Git gem doesn't currently support this, but if/when it does then having a config option for specifying that you want to create annotated/signed tags would be nice.
The text was updated successfully, but these errors were encountered:
Pretty much. The automated tools that I've used in the past which have done this have typically put "Tagging version #{version}", or just "#{version}" as the tag's message.
It would be very nice if Jeweler optionally supported creating annotated Git tags (even better if they were signed, too). The current light-weight tags aren't used by
git describe
, without the--tags
, or--all
flags.The Git gem doesn't currently support this, but if/when it does then having a config option for specifying that you want to create annotated/signed tags would be nice.
The text was updated successfully, but these errors were encountered: