Skip to content

Commit 79041e1

Browse files
committed
lift code freeze at end
1 parent 2f4a303 commit 79041e1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/sphinx-guides/source/developers/making-releases.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,6 @@ For more background, see :ref:`base-image-supported-tags`. For an example, see h
330330

331331
For a hotfix, we will do this later and in a different branch. See below.
332332

333-
Lift the Code Freeze and Encourage Developers to Update Their Branches
334-
----------------------------------------------------------------------
335-
336-
It's now safe to lift the code freeze. We can start merging pull requests into the "develop" branch for the next release.
337-
338-
Let developers know that they should merge the latest from the "develop" branch into any branches they are working on.
339-
340-
For a hotfix, tell developers that soon "develop" will be updated with the new version that they can merge into their open pull requests.
341-
342333
Deploy Final Release on Demo
343334
----------------------------
344335

@@ -409,3 +400,10 @@ Because we have merged a version bump from the hotfix into the "develop" branch,
409400
Look at ``src/main/resources/db/migration`` in the "develop" branch and if any SQL scripts have the wrong version, make a pull request (or ask a developer to) to update them (all at once in a single PR is fine).
410401

411402
Tell developers to merge the "develop" into their open pull requests (to pick up the new version and any fixes) and rename SQL scripts (if any) with the new version.
403+
404+
Lift the Code Freeze and Encourage Developers to Update Their Branches
405+
----------------------------------------------------------------------
406+
407+
It's now safe to lift the code freeze. We can start merging pull requests into the "develop" branch for the next release.
408+
409+
Let developers know that they should merge the latest from the "develop" branch into any branches they are working on. (For hotfixes we've already told them this.)

0 commit comments

Comments
 (0)