Skip to content

Commit 2e9dec3

Browse files
committed
monorepo: Update push-version-bump script
1 parent 6158a5a commit 2e9dec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/push-version-bump.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set -o pipefail
77
MM_SNAP_VERSION=$(node -p 'require("./lerna.json").version')
88

99
git checkout -b "${MM_SNAP_VERSION}"
10+
git add .
1011
git commit -m "${MM_SNAP_VERSION}" || true
1112
git push -u origin "${MM_SNAP_VERSION}"
1213

0 commit comments

Comments
 (0)