mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #2128 from pwittrock/master
Release kyaml and cmd/config libs
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# kyaml version
|
# kyaml version
|
||||||
export kyaml_major=0
|
export kyaml_major=0
|
||||||
export kyaml_minor=0
|
export kyaml_minor=0
|
||||||
export kyaml_patch=8
|
export kyaml_patch=9
|
||||||
|
|
||||||
# kstatus version
|
# kstatus version
|
||||||
export kstatus_major=0
|
export kstatus_major=0
|
||||||
@@ -21,7 +21,7 @@ export api_patch=2
|
|||||||
# cmd/config version
|
# cmd/config version
|
||||||
export cmd_config_major=0
|
export cmd_config_major=0
|
||||||
export cmd_config_minor=0
|
export cmd_config_minor=0
|
||||||
export cmd_config_patch=9
|
export cmd_config_patch=10
|
||||||
|
|
||||||
# cmd/kubectl version
|
# cmd/kubectl version
|
||||||
export cmd_kubectl_major=0
|
export cmd_kubectl_major=0
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ function releaseModule {
|
|||||||
git commit -m "update go.mod for release" || echo "no changes made to go.mod"
|
git commit -m "update go.mod for release" || echo "no changes made to go.mod"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
go test ./...
|
||||||
if [ "$NO_DRY_RUN" == "true" ]; then
|
if [ "$NO_DRY_RUN" == "true" ]; then
|
||||||
git push upstream $branch
|
git push upstream $branch
|
||||||
git tag -a $tag -m "Release $tag on branch $branch"
|
git tag -a $tag -m "Release $tag on branch $branch"
|
||||||
|
|||||||
Reference in New Issue
Block a user