Skip to content

Commit

Permalink
Updates after review
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolenda-sumo committed Sep 21, 2023
1 parent 6ffa81f commit 4d35cee
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ Perform the following steps in order to release new verions of helm chart.
1. Prepare and merge PR with the following changes:

- update [changelog][changelog] by running `make update-changelog VERSION=x.y.z` where `x.y.z` is the new version number.
- update [chart][chart]
- update [README.md][documentation]
- add link to minor version, if created
- set "supported until" date for previous minor version to 6 months after today

Add `backport main` label to this PR.

1. Prepare and merge PR with the following changes:

- update [chart][chart]

1. Create and push new tag:

```bash
Expand Down Expand Up @@ -39,20 +44,6 @@ Perform the following steps in order to release new verions of helm chart.

1. Create [new release][releases]. Copy generated changelog to release notes.

1. Cherrypick commit with changelog to main branch

- find SHA for commit with changes in changelog

- ```bash
git checkout main
git pull
git checkout -b <NEW_BRANCH_NAME>
git cherry-pick <COMMIT_SHA>
git push
```

- create a PR

[deploy_title]: /docs/README.md#deployment-guide-for-unreleased-version
[changelog]: /CHANGELOG.md#unreleased
[chart]: /deploy/helm/sumologic/Chart.yaml
Expand Down

0 comments on commit 4d35cee

Please sign in to comment.