Skip to content

Commit 366b037

Browse files
committed
chore: LTS release script
1 parent ccf8520 commit 366b037

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lerna-publish-lts.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
. .gh-token
3+
4+
BUMP=$1
5+
if [ "x$BUMP" == "x" ]; then
6+
BUMP=patch
7+
fi
8+
yarn lerna version --create-release=github --conventional-commits --force-publish --exact $BUMP --no-push
9+
10+
echo 'Do not forget to push LTS branch and tag'

0 commit comments

Comments
 (0)