Skip to content

Commit 99ea8c2

Browse files
committed
add a note about not notifying
1 parent a318de1 commit 99ea8c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/release-pr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set -e
33
echo "🐦 Publishing PR (canary) release..."
44

5+
# don't notify of a pending publish event because the version will differ from
6+
# what lerna creates as a canary release
57
# $(dirname $0)/notify pending
68

79
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@

0 commit comments

Comments
 (0)