Skip to content

Commit 97be357

Browse files
update RELEASE.md
1 parent c2764ad commit 97be357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ git checkout -b patch/something release-x.y
3333
```
3434
- Make necessary changes to the chart like updating versions of **required** dependencies in `Chart.yaml`, updating `values.yaml`, `templates/**` files if required and etc.
3535
> **Note!** If these changes are required for the next major or minor release, make sure to cherry-pick them to the `main` branch as well with a separate PR.
36-
- Run `./scripts/helm-docs.sh` to update `README.md` files
3736
- 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
3837
- When the PR is merged, the release draft will be created automatically with `codefresh/x.y.z: prepare chart content for release` PR
3938
- Review `codefresh/x.y.z: prepare chart content for release` PR. Update `artifacthub.io/changes` annotation if needed.
39+
- Run `./scripts/helm-docs.sh` to update `README.md` files
4040
- Review and update release notes in the corresponding release draft on GitHub.
4141
- Merge the PR to create a new release. Release will be published automatically.
4242

0 commit comments

Comments
 (0)