diff --git a/Documentation/contributor-guide/release.md b/Documentation/contributor-guide/release.md index 6e64552c664..200f5ffa2e2 100644 --- a/Documentation/contributor-guide/release.md +++ b/Documentation/contributor-guide/release.md @@ -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/). @@ -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`. \ No newline at end of file +- 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`.