Release kyaml and cmd/config libs

This commit is contained in:
Phillip Wittrock
2020-01-16 16:25:16 -08:00
parent 39bbe6efe0
commit 331bab494d
2 changed files with 3 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ function releaseModule {
git commit -m "update go.mod for release" || echo "no changes made to go.mod"
fi
go test ./...
if [ "$NO_DRY_RUN" == "true" ]; then
git push upstream $branch
git tag -a $tag -m "Release $tag on branch $branch"