Merge pull request #2024 from pwittrock/release

Release kyaml and cmd/config 0.0.4
This commit is contained in:
Kubernetes Prow Robot
2020-01-02 09:49:40 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# kyaml version
export kyaml_major=0
export kyaml_minor=0
export kyaml_patch=3
export kyaml_patch=4
# kustomize api version
export api_major=0
@@ -16,7 +16,7 @@ export api_patch=1
# cmd/config version
export cmd_config_major=0
export cmd_config_minor=0
export cmd_config_patch=3
export cmd_config_patch=4
# cmd/kubectl version
export cmd_kubectl_major=0

View File

@@ -55,7 +55,7 @@ function releaseModule {
git tag -a $tag -m "Release $tag on branch $branch"
git push upstream $tag
else
printf "\nSkipping push binary $binary -- run with NO_DRY_RUN=true to push the release.\n\n"
printf "\nSkipping push module $module -- run with NO_DRY_RUN=true to push the release.\n\n"
fi
# cleanup release artifacts