Skip to content

Commit

Permalink
upate prep-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Aug 24, 2023
1 parent 455850a commit 5e9d28c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ set -e
releaseLevel="$1"

npx lerna version "$releaseLevel" --conventional-commits --no-push --no-git-tag-version --yes
version=$(node -pe 'require("./lerna.json").version')
jq '.version = $newVer' --arg newVer "$version" package.json > tmp
mv tmp package.json

0 comments on commit 5e9d28c

Please sign in to comment.