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

[FEATURE] #823: Create commit tag for bump version (opt-in) #887

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

Imipenem
Copy link
Collaborator

Associated Template/Command/Core

bump-version

PR Checklist

  • This comment contains a description of changes (with reason)
  • Referenced issue is linked
  • Documentation in docs is updated

Description of changes

  • added -t/--tag flag to bump version command

  • using this flag will tag the bump version commit with the current version (if project is a git repo)

- added -t/--tag flag to bump version command

- using this flag will tag the bump version commit with the current version (if project is a git repo)
@Imipenem Imipenem linked an issue Feb 22, 2022 that may be closed by this pull request
@github-actions github-actions bot added the enhancement New feature or request label Feb 22, 2022
Copy link
Member

@Zethson Zethson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@Zethson Zethson merged commit 22befb1 into development Feb 22, 2022
@Zethson Zethson deleted the feature/tag_bump_commit branch March 12, 2022 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bump-version should also create a tag in the git repo
2 participants