Skip to content

Commit

Permalink
OPSEXP-2365 Update release docs (#1041)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gionn authored and alxgomz committed Jan 23, 2024
1 parent 3eae5aa commit 2f6965e
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,9 @@ First ensure that:
[supported-matrix](https://github.com/Alfresco/alfresco-updatecli/blob/master/deployments/values/supported-matrix.yaml)
reflects the status of the currently released Alfresco products and update if
necessary before proceeding.
* the [components charts](https://github.com/Alfresco/alfresco-helm-charts) used
in [alfresco-content-services](helm/alfresco-content-services/Chart.yaml) have
been released in stable version (no pre-release version should be present in
Chart.yaml), with up-to-date components versions by running the [Bump versions
workflow](https://github.com/Alfresco/alfresco-helm-charts/actions/workflows/updatecli.yaml)
* the [Bump versions](https://github.com/Alfresco/acs-deployment/actions/workflows/bumpVersions.yml)
workflow has been run to reflect the changes of the current `supported-matrix`
in the helm charts values files and to grab the latest helm charts dependencies.
* the [components charts](https://github.com/Alfresco/alfresco-helm-charts) have
been released in stable versions (no pre-release version should be present in
Chart.yaml).

Start the release by opening a PR against the appropriate branch that will:

Expand All @@ -166,6 +161,14 @@ Start the release by opening a PR against the appropriate branch that will:
* Edit [upgrades docs](docs/helm/upgrades.md) renaming the `To be released`
section to the current version and create a new `To be released` section for
the future.
* Run [Bump versions][1] workflow against the same newly created branch, the
first time with `charts` option. Inspect the changes pushed on the branch,
revert unwanted changes if necessary.
* Run [Bump versions][1] workflow against the same branch with option `values`.
Inspect the changes pushed on the branch, revert unwanted changes if
necessary.

[1]: https://github.com/Alfresco/acs-deployment/actions/workflows/bumpVersions.yml

Once the PR has been merged, create the release with:

Expand Down

0 comments on commit 2f6965e

Please sign in to comment.