THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Create a new branch named release<YY.MM>
- For example: release18.12 is the name of the release branch created in December, 2018
- Edit the VERSION file in the OFBiz home folder to contain the same <YY.MM> of the release branch
- Modify .github/workflows/codeql-analysis.yml, <<branches: "[ trunk ]">> becomes <<branches: "[ release* ]">>
- In Jira, rename the version "Upcoming Branch" into "Release Branch <YY.MM>"
- In Jira, create a new version named "Upcoming Branch"
...