Skip to content

Commit 079773b

Browse files
fix: reflect yarn version command usage
1 parent 6e6057f commit 079773b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ case "$ACTION" in
2020
git checkout -b "release/${BRANCH_VERSION}" origin/main
2121

2222
echo "Setting version to ${BRANCH_VERSION}.0..."
23-
./podman_node yarn --no-git-tag-version version "${BRANCH_VERSION}.0"
23+
./podman_node yarn --no-git-tag-version version --new-version "${BRANCH_VERSION}.0"
2424
;;
2525

2626
createPatch)
2727
# This might be implicit
2828
git checkout "release/${BRANCH_VERSION}"
2929

3030
echo "Incrementing PATCH portion of ${BRANCH_VERSION}..."
31-
./podman_node yarn --no-git-tag-version version patch
31+
./podman_node yarn --no-git-tag-version version --patch
3232
;;
3333

3434
*)

0 commit comments

Comments
 (0)