Skip to content

Commit 0d96fa1

Browse files
author
ranchodeluxe
committed
clarify releases
1 parent 7256011 commit 0d96fa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Release Workflow
22

3-
1. PRs that include changes in the `helm-chart/<eoapi> || <eoapi-support>` charts are manually required to consider
3+
1. PRs that include changes in the `helm-chart/<eoapi> || <eoapi-support> || <postgrescluster>` charts are manually required to consider
44
whether their changes are major, minor or patch (in terms of semantic versioning) and bump the appropriate
55
chart `version: ` (which follows semver) and `appVersion: ` (which does not follow semver) for each affected chart
66

@@ -10,16 +10,16 @@ chart `version: ` (which follows semver) and `appVersion: ` (which does not foll
1010

1111
1. click "Draft New Release"
1212

13-
2. create a new tag for that matches the `helm-chart/eoapi/Chart.yaml:version` they just commited
13+
2. create a new tag increment based on the last one that matches the pattern `v<major>.<minor>.<patch>`. This does not have to match any of the chart versions you changed in the above PR. This repository is one-to-many with charts. So in terms of GH release we are saying, "we've release one of the three charts above" and the commit message will reflect that
1414

1515
3. click the "Generate release notes"
1616

17-
4. review the release notes and clean up
17+
4. review the release notes and clean up and makes sure talk about which chart you released
1818

1919
5. click the "Publish release"
2020

2121

2222
5. This last step then kicks off another GH Actions workflow called "release.yaml" which publishes any helm charts
2323
that had version bumps since the last time
2424

25-
6. Verify the release is all good by running `helm repo update && helm search repo eoapi --versions`
25+
6. Verify the release is all good by running `helm repo update && helm search repo eoapi --versions`

0 commit comments

Comments
 (0)