Skip to content

Commit c7b5b4f

Browse files
committed
bump amps
1 parent 249bc80 commit c7b5b4f

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
updatecli_matrix_version: 23.N
2-
updatecli_amps_release_branch: "release/23.N"
2+
updatecli_amps_release_branch: "release/23.5"
33
ansible_version_file: vars/acs23.yml

.github/updatecli/updatecli_maven_v25_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
updatecli_matrix_version: current
2-
updatecli_amps_release_branch: "release/25.1"
2+
updatecli_amps_release_branch: "release/25.2"
33
ansible_version_file: vars/acs25.yml
44
artifacts:
55
alfresco-googledrive-repo-community:

.github/updatecli/updatecli_maven_v73_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
updatecli_matrix_version: 7.3.N
2-
updatecli_amps_release_branch: "release/7.3.N"
2+
updatecli_amps_release_branch: "release/7.3.2"
33
ansible_version_file: vars/acs73.yml
44
artifacts:
55
alfresco-audit-storage:

.github/updatecli/updatecli_maven_v74_values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
updatecli_matrix_version: 7.4.N
2-
updatecli_amps_release_branch: "release/7.4.N"
2+
updatecli_amps_release_branch: "release/7.4.2"
33
ansible_version_file: vars/acs74.yml
44
artifacts:
55
alfresco-audit-storage:

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
223223
6. 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

Comments
 (0)