Update README.md

This commit is contained in:
Jeff Regan
2019-12-11 15:22:30 -08:00
committed by GitHub
parent 6b7236a206
commit 0e251ed96e

View File

@@ -301,6 +301,13 @@ version.
git tag -a $tag -m "Release $tag on branch $branch"
```
Move the `latest_kustomize` tag:
```
git tag -d latest_kustomize
git push upstream :latest_kustomize
git tag -a latest_kustomize
```
### optionally build a release locally
[localbuild.sh]: localbuild.sh
@@ -320,6 +327,7 @@ Push the tag:
```
git remote set-url --push upstream git@github.com:kubernetes-sigs/kustomize.git
git push upstream $tag
git push upstream latest_kustomize
git remote set-url --push upstream no_push
```