We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6057f commit 079773bCopy full SHA for 079773b
release.sh
@@ -20,15 +20,15 @@ case "$ACTION" in
20
git checkout -b "release/${BRANCH_VERSION}" origin/main
21
22
echo "Setting version to ${BRANCH_VERSION}.0..."
23
- ./podman_node yarn --no-git-tag-version version "${BRANCH_VERSION}.0"
+ ./podman_node yarn --no-git-tag-version version --new-version "${BRANCH_VERSION}.0"
24
;;
25
26
createPatch)
27
# This might be implicit
28
git checkout "release/${BRANCH_VERSION}"
29
30
echo "Incrementing PATCH portion of ${BRANCH_VERSION}..."
31
- ./podman_node yarn --no-git-tag-version version patch
+ ./podman_node yarn --no-git-tag-version version --patch
32
33
34
*)
0 commit comments