mirror of
https://github.com/primer/css.git
synced 2025-01-07 06:51:03 +03:00
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "📦 Publishing (canary) release candidate..."
|
|
npx lerna publish --npm-tag=rc --canary --exact $@
|
|
|
|
script/generate-changelog
|