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 60e8b7a commit 5692238Copy full SHA for 5692238
tools/version.sh
@@ -27,6 +27,7 @@ echo "Creating branch: $BRANCH_NAME"
27
git checkout -b "$BRANCH_NAME"
28
29
echo "Committing changes..."
30
-git commit -a -m 'chore: version bump' -m '<trigger_release>'
+VERSION=$(jq -r '.version' lerna.json)
31
+git commit -a -m "chore: bump version to $VERSION" -m '<trigger_release>'
32
33
echo "Version bump complete! Branch $BRANCH_NAME created and changes committed."
0 commit comments