We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6158a5a commit 2e9dec3Copy full SHA for 2e9dec3
1 file changed
scripts/push-version-bump.sh
@@ -7,6 +7,7 @@ set -o pipefail
7
MM_SNAP_VERSION=$(node -p 'require("./lerna.json").version')
8
9
git checkout -b "${MM_SNAP_VERSION}"
10
+git add .
11
git commit -m "${MM_SNAP_VERSION}" || true
12
git push -u origin "${MM_SNAP_VERSION}"
13
0 commit comments