mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Define the API release process.
This commit is contained in:
@@ -8,16 +8,8 @@ module=$1
|
||||
shift
|
||||
|
||||
executable=$module
|
||||
if [ "$module" == "api" ]; then
|
||||
# For this module, there's no correspondingly named
|
||||
# sub-directory, since the module is at the repo root.
|
||||
# There is, however, a dummy executable in a sub-directory.
|
||||
# Build that executable, primarily to give goreleaser
|
||||
# something to coordinate it release process around.
|
||||
executable=kustapiversion
|
||||
fi
|
||||
|
||||
cd $executable
|
||||
cd $module
|
||||
|
||||
configFile=$(mktemp)
|
||||
cat <<EOF >$configFile
|
||||
|
||||
Reference in New Issue
Block a user