You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ git checkout -b release-x.y main
14
14
```shell
15
15
git checkout -b update-release-x.y release-x.y
16
16
```
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
19
19
- Run `./scripts/helm-docs.sh` to update `README.md` files
20
20
- Commit and push changes, trigger CI with `/test` comment, make sure all checks pass, then merge the PR
21
21
- 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.
0 commit comments