mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Make Benjamin an official v3.4 release manager
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
9c4fe12a88
commit
25ad3cffe8
@ -12,7 +12,7 @@ release and for ensuring the stability of the release branch.
|
|||||||
|
|
||||||
| Releases | Manager |
|
| 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) |
|
| 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/).
|
All releases version numbers follow the format of [semantic versioning 2.0.0](http://semver.org/).
|
||||||
@ -72,4 +72,4 @@ git log ...${PREV_VERSION} --pretty=format:"%an" | sort | uniq | tr '\n' ',' | s
|
|||||||
## Post release
|
## 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\".
|
- 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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user