Skip to content

Commit

Permalink
misc(release): set npm tag correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 21, 2024
1 parent d1dcd9a commit 6914f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ yarn build
# Release
# hulk npm-publish --lerna

yarn lerna publish '--force-publish=*' --exact --skip-git --repo-version=$NEXT_VERSION --npm-tag=$NEXT_TAG --yes
yarn lerna publish '--force-publish=*' --exact --skip-git --repo-version=$NEXT_VERSION --npm-tag=latest --yes
git checkout lerna.json # lerna prettifies the JSON and isn't useful
git tag "$NEXT_TAG"
node ./scripts/print-changelog.js "$CURRENT_TAG" "$NEXT_TAG"
Expand Down

0 comments on commit 6914f5b

Please sign in to comment.