1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 15:16:03 +03:00
css/script/release

16 lines
322 B
Plaintext
Raw Normal View History

2017-07-14 02:11:38 +03:00
#!/bin/bash
set -e
2017-07-21 00:12:57 +03:00
echo "📦 Publishing latest release..."
2017-07-27 23:26:21 +03:00
$(dirname $0)/notify pending
# note: try-publish should exit cleanly if it detects a duplicate
# published version
2017-07-27 23:26:21 +03:00
$(npm bin)/lerna exec -- $(pwd)/script/try-publish
2017-11-10 03:47:07 +03:00
echo "📓 Updated CHANGELOG..."
$(npm bin)/lerna-changelog
2017-07-27 23:26:21 +03:00
$(dirname $0)/notify success