Skip to content

Commit

Permalink
reverted minor changed in release.md in contributor's guide
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag De <[email protected]>
  • Loading branch information
deanurag committed Dec 6, 2024
1 parent 3ed0004 commit cf52c19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/contributor-guide/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ which don't need to be executed before releasing each version.
- `git clone --branch release-3.X [email protected]:etcd-io/etcd.git`
6. Run the release script under the repository's root directory, replacing `${VERSION}` with a value without the `v` prefix, i.e. `3.5.13`.
- `DRY_RUN=false ./scripts/release.sh ${VERSION}`
- **NOTE:** When doing a pre-release (i.e., a version from the main branch, 3.6.0-alpha.2), you will need to explicitly set the branch to main:
```
DRY_RUN=false BRANCH=main ./scripts/release.sh ${VERSION}
```

It generates all release binaries under the directory `/tmp/etcd-release-${VERSION}/etcd/release/` and images. Binaries are pushed to the Google Cloud bucket
under project `etcd-development`, and images are pushed to `quay.io` and `gcr.io`.
Expand Down

0 comments on commit cf52c19

Please sign in to comment.