@@ -221,19 +221,21 @@ Follow the checklist:
221221 against an existing branch to push bumps there or against ` master ` to push
222222 the bumps to ` updatecli-bump-versions ` branch.
2232236 . Manually bump adw and acc which are not yet supported by updatecli.
224- 7 . Ensure that the [ versions table in the main readme] ( docs/overview.md#versioning ) has been updated
225- 8 . Ensure that docker images and AMI id for the root molecule tests are
224+ 7 . Ensure that ` updatecli_amps_release_branch ` in the different
225+ ` updatecli_maven_*.yml ` files is set to the current branch.
226+ 8 . Ensure that the [ versions table in the main readme] ( docs/overview.md#versioning ) has been updated
227+ 9 . Ensure that docker images and AMI id for the root molecule tests are
226228 reflecting any minor OS release (e.g. [ default suite] ( ../molecule/default/ ) )
227- 9 . Ensure that activemq, tomcat and java versions are up to date (latest patch
229+ 10 . Ensure that activemq, tomcat and java versions are up to date (latest patch
228230 version) If activemq needs minor bump for latest release bump also the version in
229231 ` prepare.yml ` molecule scenario for multimachine.
230- 10 . After merging every pending PR, proceed with tagging:
232+ 11 . After merging every pending PR, proceed with tagging:
231233 * ` git tag -s v2.x.x -m v2.x.x `
232234 * ` git push origin v2.x.x `
233- 11 . Wait for the [ Release
235+ 12 . Wait for the [ Release
234236 workflow] ( https://github.com/Alfresco/alfresco-ansible-deployment/actions/workflows/release.yml )
235237 go green.
236- 12 . [ Draft a new
238+ 13 . [ Draft a new
237239 release] ( https://github.com/Alfresco/alfresco-ansible-deployment/releases ) on
238240 GitHub with the tag you just pushed. If the release is for a new ACS major
239241 version, mention the ACS release in the title, e.g. v2.x.x (ACS 23.4.0)
0 commit comments