You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm version --no-git-tag-version --new-version "${PRERELEASE_VERSION}" && echo "Prerelease version set succeeded" || echo "Prerelease version set FAILED with exit code $?"
95
97
;;
96
98
*)
97
99
npm version -s --allow-same-version --no-git-tag-version --new-version "${BASE_TAG#v}"
98
-
npm version --no-git-tag-version --prepatch --preid "${SAFE_REF_NAME}${BRANCH_QUALIFIER}"
npm version --no-git-tag-version --new-version "${PRERELEASE_VERSION}" && echo "Prerelease version set succeeded" || echo "Prerelease version set FAILED with exit code $?"
99
102
;;
100
103
esac
101
104
VERSION="$(jq -r ".version" < package.json)"
102
105
sed -i "s/## Unreleased/## ${VERSION}/" CHANGELOG.md
0 commit comments