-
Notifications
You must be signed in to change notification settings - Fork 58
Change git-tag-commit data generator to use most recent ancestor tag #66
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
Conversation
Ping @lukemelia @achambers if you have a chance to look at this |
@courajs Could you expand a bit on this? I am interested in your deployment workflow. |
Without this,
While you might not do this for production, it's useful when your versioning process involves validation in staging before approving a version bump. |
Thanks @courajs. I'm +1 on this. @achambers we should make sure that the git revision data plugin gets a similar bump. |
@lukemelia said:
Roger that. |
Any plans on merging this? |
LGTM! |
I know it's been a while. My apologies. @courajs: if you (or anyone else) wants to take initiative to review this and resolve the conflicts, I'll get it merged. |
@lukemelia Conflicts are resolved! Tests are passing and it looks like not too much else has changed in the add-on, so I think this is probably still a good patch? |
What Changed & Why
Upgraded
git-repo-info
in order to take advantage of thelastTag
feature. This allows deploying releases using the git-tag-commit generator without creating new a git tag. This is useful for pushing to staging before graduating a release to a full version bump.Related issues
lastTag
added to git-repo-info in rwjblue/git-repo-info#37, released in v2.0.0Closes #27
Closes #28
Closes #50
PR Checklist
People
@reidab, @lukemelia, @jrowlingson,