1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00
css/script/release-candidate
2019-01-07 14:34:20 -08:00

9 lines
170 B
Bash
Executable File

#!/bin/bash
set -e
echo "🦜 Publishing canary release..."
npx lerna publish --canary --exact --npm-tag=rc $@
echo "📓 Generating CHANGELOG..."
npx lerna-changelog