Skip to content

Commit

Permalink
Merge pull request #14215 from etcd-io/serathius-patch-1
Browse files Browse the repository at this point in the history
Make Benjamin an official v3.4 release manager
  • Loading branch information
serathius authored Jul 12, 2022
2 parents 9c4fe12 + 25ad3cf commit 6c5dfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/contributor-guide/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release and for ensuring the stability of the release branch.

| Releases | Manager |
|------------------------|-------------------------------------------------------------|
| 3.4 patch (post 3.4.0) | |
| 3.4 patch (post 3.4.0) | Benjamin Wang [@ahrtr](https://github.com/ahrtr) |
| 3.5 patch (post 3.5.0) | Marek Siarkowicz [@serathius](https://github.com/serathius) |

All releases version numbers follow the format of [semantic versioning 2.0.0](http://semver.org/).
Expand Down Expand Up @@ -72,4 +72,4 @@ git log ...${PREV_VERSION} --pretty=format:"%an" | sort | uniq | tr '\n' ',' | s
## Post release

- Create new stable branch through `git push origin ${VERSION_MAJOR}.${VERSION_MINOR}` if this is a major stable release. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd\".
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L30) to the version `${VERSION}+git`.
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L30) to the version `${VERSION}+git`.

0 comments on commit 6c5dfcf

Please sign in to comment.