Skip to content

Commit

Permalink
Merge pull request etcd-io#18887 from ivanvc/update-release-documenta…
Browse files Browse the repository at this point in the history
…tion

docs(release): update GitHub release related instructions
  • Loading branch information
ahrtr authored Nov 13, 2024
2 parents b7ad87f + d270546 commit 19aa0db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Documentation/contributor-guide/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ which don't need to be executed before releasing each version.
- `gcloud auth login`
- `gcloud auth configure-docker`
5. Install gh, refer to [GitHub's documentation](https://github.com/cli/cli#installation). Ensure that running
`gh auth login` succeeds for the GitHub account you use to contribute to etcd.
`gh auth login` succeeds for the GitHub account you use to contribute to etcd,
and that `gh auth status` has a clean exit and doesn't show any issues.

### Release steps

Expand All @@ -88,7 +89,11 @@ which don't need to be executed before releasing each version.
under project `etcd-development`, and images are pushed to `quay.io` and `gcr.io`.
7. Publish the release page on GitHub
- Open the **draft** release URL shown by the release script
- Review that it looks correct, then publish the release
- Click the pen button at the top right to edit the release
- Review that it looks correct, reviewing that the bottom checkboxes are checked depending on the
release version (v3.4 no checkboxes, v3.5 has the set as latest release checkbox checked,
v3.6 has the set as pre-release checkbox checked)
- Then, publish the release
8. Announce to the etcd-dev googlegroup

Follow the format of previous release emails sent to [email protected], see an example below. After sending out the email, ask one of the mailing list maintainers to approve the email from the pending list. Additionally, label the release email as `Release`.
Expand Down

0 comments on commit 19aa0db

Please sign in to comment.