-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve and clarify release-notes tool usage #9556
Comments
/triage accepted |
I believe the original intent was to document how to build the release notes tool to a binary so, when doing multiple patch releases on the same day, we always used the same version of the tool (the one from TBH I think this is already documented here. Maybe we can add a make target and replace that Opinions? |
As I already guessed in #9104 (comment), it makes sense to me to use the tool built from the main branch for all releases we are cutting the same day.
Fine with me to have one more Makefile target. |
cool, yeah that makes sense to me! |
one clarification here @g-gaston, is the root problem that we don't want to cherry-pick all changes to the release notes tool to the release branches? that is why the tool should be built from asking because it looks like there is already a make target that has some logic for retrieving the envvars that are being manually set in the current doc |
Yes, you are 100% correct, @cahillsf. We iterate quite frequently on this tool and we wanted to avoid the churn of having to backport it to two release branches every time we make a change.
I'll leave it up to you, but given that we don't currently use that target (and in fact we don't recommend it), I would take this as an opportunity to clean it up :) |
/assign @cahillsf |
Part of Improvement tasks for v1.6 release cycle #9104
waiting for a bit more clarity/context from @g-gaston then will begin work here
/area release
The text was updated successfully, but these errors were encountered: