From 49b320d3ff7a19d39abc45fcb8d1ce59a5340a9e Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Wed, 9 Aug 2017 15:12:24 -0700 Subject: [PATCH] publish exact canary versions --- script/release-pr | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/script/release-pr b/script/release-pr index 06d8ea7e..78ee0b82 100755 --- a/script/release-pr +++ b/script/release-pr @@ -2,11 +2,8 @@ set -e echo "🐦 Publishing PR (canary) release..." -# script/notify pending +$(dirname $0)/notify pending -$(npm bin)/lerna publish --npm-tag=pr --canary --no-git $@ +$(npm bin)/lerna publish --npm-tag=pr --canary=pr --exact $@ $(dirname $0)/notify success - -# FIXME remove this before merging; just for testing -$(dirname $0)/notify-slack