- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: add support for Security Patch in Release Script#20709
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
stirby commentedNov 10, 2025
Functionality looks good. Note that this is only used with the I'd also recommend an alternative approach: adding a flag to target an arbitrary minor version. We need to patch the ESR release occasionally; in that case, this would not help. The ESR release can be mainline, or up to six minor versions behind it. If it's not mainline or stable, I think it's fair to expect the user to provide a minor version, i.e. |
Description
We publicly say we'll providesecurity support for n-2 releases ago. Our
release.shscript, however, doesn't have that as a flag option when creating patches; this PR adds that in.I largely used Blink to make this PR.