Skip to content

Commit 69477b4

Browse files
update README.md
1 parent e85c514 commit 69477b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ git checkout -b release-x.y main
1414
```shell
1515
git checkout -b update-release-x.y release-x.y
1616
```
17-
- **optional** Update subchart versions in `Chart.yaml` (if not already done in `codefresh(deps): bump subcharts` PR)
18-
- **optional** Update `values.yaml`, `templates/**` files if required
17+
- *optional* Update subchart versions in `Chart.yaml` (if not already done in `codefresh(deps): bump subcharts` PR)
18+
- *optional* Update `values.yaml`, `templates/**` files if required
1919
- Run `./scripts/helm-docs.sh` to update `README.md` files
2020
- Commit and push changes, trigger CI with `/test` comment, make sure all checks pass, then merge the PR
2121
- When the PR is merged, the release draft will be created automatically and `codefresh/x.y.z: prepare chart content for release` PR will be opened with the updated chart `.version` and `artifacthub.io/changes` annotation.
@@ -41,5 +41,5 @@ git checkout -b patch/something release-x.y
4141

4242
- Every commit to `feat` branches creates `oci://quay.io/codefresh/dev/codefresh:0.0.0-<BRANCH_NAME_NORMALIZED>-<SHORT_SHA>` helm chart
4343
- Every commit to `main` branch creates `oci://quay.io/codefresh/dev/codefresh:0.0.0-<SHORT_SHA>` helm chart
44-
- Every commit to `release-x.y` branches creates `oci://quay.io/codefresh/dev/codefresh:x.y.z` helm chart
45-
- Every release publishes `oci://quay.io/codefresh/codefresh: x.y.z` helm chart
44+
- Every commit to `release-x.y` branches creates `oci://quay.io/codefresh/dev/codefresh:x.y.z` helm chart, where `x.y.z` is release draft version
45+
- Every release publishes `oci://quay.io/codefresh/codefresh: x.y.z` helm chart, where `x.y.z` is the released version

0 commit comments

Comments
 (0)