Skip to content

Commit

Permalink
Merge pull request #1721 from prometheus/bwplotka-patch-1
Browse files Browse the repository at this point in the history
Update RELEASE.md
  • Loading branch information
ArthurSens authored Jan 21, 2025
2 parents 68803f1 + 130ebd1 commit d9c0c3c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,22 @@ We use [Semantic Versioning](https://semver.org/).
git push origin "${tag}"
```

6. For Release Candidates:
6. Create a draft release.
- Copy Changelog section.
- You can also generate automatic changelog and put the `What's changed` section under `<summary>` HTML tag. This will render all contributors nicely as in the [example](https://github.com/prometheus/client_golang/releases/tag/v1.21.0-rc.0) release.

7a. For Release Candidates:
- Release RC GitHub release with "pre-release" box checked
- Click "Publish release"!
- Create PR against [prometheus/prometheus](https://github.com/prometheus/prometheus) using RC version
- Create PR against [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) using RC version
- Make sure the CI is green for the PRs
- Allow 1-2 days for downstream testing
- Fix any issues found before final release
- Use `-rc.1`, `-rc.2` etc. for additional fixes
- For RCs, ensure "pre-release" box is checked

7. For Final Release:
- Wait for CI completion

7b. For Final Release:
- Release GitHub release with "latest" box checked (default).
- Click "Publish release"!

8. Announce release:
Expand Down

0 comments on commit d9c0c3c

Please sign in to comment.