You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -393,7 +393,7 @@ Note: this only applies to hotfixes!
393
393
394
394
We've merged the hotfix into the "master" branch but now we need the fixes (and version bump) in the "develop" branch.
395
395
396
-
Make a new branch off the hotfix branch. You can call it something like "6.7.1-hotfix-to-develop".
396
+
Make a new branch off the hotfix branch. You can call it something like "6.7.1-merge-hotfix-to-develop".
397
397
398
398
In that branch, do the :ref:`base_image_post_release` step you skipped above. Now is the time.
399
399
@@ -402,4 +402,4 @@ Create a pull request against develop. Merge conflicts are possible and this pul
402
402
For Hotfixes, Rename SQL Scripts
403
403
--------------------------------
404
404
405
-
Because we have merged a version bump from the hotfix into the "develop" branch, any SQL scripts in the "develop" branch should be renamed (from "5.11.0" to "5.11.1" for example). (To read more about our naming conventions for SQL scripts, see :doc:`sql-upgrade-scripts`.) Look at ``src/main/resources/db/migration`` in the "develop" branch and if any SQL scripts have the wrong version, make a pull request to update them (all at once in a single PR is fine). Tell developers and QA to look at open pull requests and to rename SQL scripts that have the wrong version.
405
+
For a hotfix, because we have merged a version bump from the hotfix into the "develop" branch, any SQL scripts in the "develop" branch should be renamed (from "5.11.0" to "5.11.1" for example). (To read more about our naming conventions for SQL scripts, see :doc:`sql-upgrade-scripts`.) Look at ``src/main/resources/db/migration`` in the "develop" branch and if any SQL scripts have the wrong version, make a pull request to update them (all at once in a single PR is fine). Tell developers and QA to look at open pull requests and to rename SQL scripts that have the wrong version.
0 commit comments