mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Release kyaml and cmd/config libs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user