1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/script/release-pr

10 lines
188 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
2017-07-27 23:26:21 +03:00
echo "🐦 Publishing PR (canary) release..."
2017-08-10 01:21:58 +03:00
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
2017-07-27 23:26:21 +03:00
2017-11-10 03:47:07 +03:00
echo "📓 Updated CHANGELOG..."
$(npm bin)/lerna-changelog