Skip to content
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(bump): support annotated tags #261

Merged
merged 1 commit into from
Feb 17, 2023

Commits on Feb 13, 2023

  1. feat(bump): support annotated tags

    Many projects use annotated commits for their releases. This commit
    extends `cog bump` with the `-A MSG`/`--annoted MSG` argument, which
    will create an annotated tag with the tag message `MSG`.
    
    Much like the bump hooks, `{{version}}` and `{{latest}}` can be used in
    the provided tag message and will be replaced accordingly.
    bitfehler committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1a90a11 View commit details
    Browse the repository at this point in the history