Skip to content

Commit ac33e2c

Browse files
update RELEASE.md
1 parent 3b5e86d commit ac33e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ git checkout -b update-release-x.y release-x.y
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.
2222
> **Note!** If more changes are required before the release, repeat the steps above by creating a new PR against `release-x.y` branch. Release will not be published until `codefresh/x.y.z: prepare chart content for release` PR is merged!
2323
- Review `codefresh/x.y.z: prepare chart content for release` PR. Update `artifacthub.io/changes` annotation if needed.
24+
- Review and update release notes in the corresponding release draft on GitHub.
2425
- Merge the PR to create a new release. Release will be published automatically.
2526

2627
For a **PATCH** release:
@@ -35,6 +36,7 @@ git checkout -b patch/something release-x.y
3536
- Commit and push changes, open a PR against `release-x.y` branch, trigger CI with `/test` comment, make sure all checks pass, then merge the PR
3637
- When the PR is merged, the release draft will be created automatically with `codefresh/x.y.z: prepare chart content for release` PR
3738
- Review `codefresh/x.y.z: prepare chart content for release` PR. Update `artifacthub.io/changes` annotation if needed.
39+
- Review and update release notes in the corresponding release draft on GitHub.
3840
- Merge the PR to create a new release. Release will be published automatically.
3941

4042
## Versioning in CI and Promote pipelines

0 commit comments

Comments
 (0)