-
Notifications
You must be signed in to change notification settings - Fork 4
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
DATAGO-72162: Fixing release action after initial release #64
Conversation
@clarkbains for this scenario GHA commits as 1.0.0 and performs release activities Can we follow our earlier pattern GHA commits as 1.0.0 and performs release activities For Release candidate I understand that we can't auto increment numbers like RC1 and RC2 so adding NEXT looks good. But for actual release it would be nice if we can set next iteration snapshot Is it possible only if RC is added by user we append NEXT in other cases we follow regular pattern? |
For releases containing ea or rc, we no longer bump. For everything else, we do. This avoids the NEXT issue.
|
Fixes the issues encountered in the 1.0.0 release
<version>-NEXT-SNAPSHOT
This would have been the commits pushed to main with the previous flow
With this alternate scheme