1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 14:59:16 +03:00
css/script/release-candidate

9 lines
170 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
2017-07-21 00:33:14 +03:00
echo "🦜 Publishing canary release..."
npx lerna publish --canary --exact --npm-tag=rc $@
2017-07-21 00:33:14 +03:00
echo "📓 Generating CHANGELOG..."
npx lerna-changelog