Skip to content

Commit 879a1a3

Browse files
committed
fix(release): added git commit
1 parent 57a5b71 commit 879a1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/bump-cli-version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ version_type=$1
1010

1111
cd packages/cli
1212
npm version $version_type --no-git-tag-version
13+
git add .
14+
git commit -m "bumping CLI version [skip-ci]"
1315

1416
if [ $? -eq 0 ]; then
1517
echo "Version bumped successfully to $(npm pkg get version | tr -d '\"')"

0 commit comments

Comments
 (0)