mirror of
https://github.com/primer/css.git
synced 2025-01-08 15:33:53 +03:00
9 lines
170 B
Bash
Executable File
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
|