Document hack/tag_release.sh

pull/3701/head
Thomas Strömberg 2019-03-11 09:39:23 -07:00 committed by GitHub
parent 44372fa0ac
commit c41338b372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -61,15 +61,8 @@ Merge the output into CHANGELOG.md. See [PR#3175](https://github.com/kubernetes/
NOTE: Confirm that all release-related PR's have been submitted before doing this step.
Do this in a direct clone of the upstream kubernetes/minikube repository (not your fork!):
```
version=<new version number>
git fetch
git checkout master
git pull
git tag -a v$version -m "$version Release"
git push origin v$version
```shell
hack/tag_release.sh <new version number>
```
## Build the Release