fish-compatible change

pull/3712/head
Thomas Strömberg 2019-02-16 14:12:58 -08:00 committed by GitHub
parent 4e69de357d
commit 23117f5452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -58,11 +58,12 @@ NOTE: Confirm that all release-related PR's have been submitted before doing thi
Do this in a direct clone of the upstream kubernetes/minikube repository (not your fork!):
```
git fetch \
&& git checkout master \
&& git pull \
&& git tag -a v<version> -m "<version> Release" \
&& git push origin v<version>
version=<new version number>
git fetch
git checkout master
git pull
git tag -a v$version -m "$version Release"
git push origin v$version
```
## Build the Release