mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
fix releasing message
This commit is contained in:
@@ -55,7 +55,7 @@ function releaseModule {
|
|||||||
git tag -a $tag -m "Release $tag on branch $branch"
|
git tag -a $tag -m "Release $tag on branch $branch"
|
||||||
git push upstream $tag
|
git push upstream $tag
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
# cleanup release artifacts
|
# cleanup release artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user