File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ Be sure to change the UUID value back before making the pull request.
278278
279279The process of [ creating a patch release] ( https://docs.julialang.org/en/v1/devdocs/build/distributing/#Point-releasing-101 ) is roughly as follows:
280280
281- 1 . Create a new branch (e.g. ` backports-release-1.6 ` ) against the relevant minor release
282- branch (e.g. ` release-1.6 ` ). Usually a corresponding pull request is created as well.
281+ 1 . Create a new branch (e.g. ` backports-release-1.10 ` ) against the relevant minor release
282+ branch (e.g. ` release-1.10 ` ). Usually a corresponding pull request is created as well.
283283
2842842 . Add commits, nominally from ` master ` (hence "backports"), to that branch.
285285 See below for more information on this process.
@@ -291,8 +291,8 @@ The process of [creating a patch release](https://docs.julialang.org/en/v1/devdo
291291 the pull request associated with the backports branch. Fix any issues.
292292
2932934 . Once all test and benchmark reports look good, merge the backports branch into
294- the corresponding release branch (e.g. merge ` backports-release-1.6 ` into
295- ` release-1.6 ` ).
294+ the corresponding release branch (e.g. merge ` backports-release-1.10 ` into
295+ ` release-1.10 ` ).
296296
2972975 . Open a pull request that bumps the version of the relevant minor release to the
298298 next patch version, e.g. as in [ this pull request] ( https://github.com/JuliaLang/julia/pull/37718 ) .
You can’t perform that action at this time.
0 commit comments