1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Setup Forward Merge

This commit is contained in:
Rob Winch
2022-08-22 16:19:44 -05:00
parent a8d6c1d21f
commit c79ebf4edf
3 changed files with 211 additions and 2 deletions
+5 -2
View File
@@ -43,9 +43,12 @@ If you're considering anything more than correcting a typo or fixing a minor bug
If you have not previously done so, please fill out and submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
= Create your branch from main
= Create your branch from oldest maintenance branch
Create your topic branch to be submitted as a pull request from main. The Spring team will consider your pull request for backporting on a case-by-case basis; you don't need to worry about submitting anything for backporting.
Create your topic branch to be submitted as a pull request from the oldest impacted and supported maintenance branch.
You can find the supported versions by looking at the https://github.com/spring-projects/spring-security/milestones[milestones page].
Switch to a branch named `<major>.<minor>.x` from the smallest milestone in the format of `<major>.<minor>.<patch>(-<prerelease>)`.
The spring team will ensure the code gets merged forward into additional branches.
= Use short branch names