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.
git
1 parent fc03646 commit b9b93f7Copy full SHA for b9b93f7
utils/bump.sh
@@ -31,8 +31,7 @@ echo -e "${BW}v${old_ver}${NC} → ${BG}v${NEW_VER}${NC}"
31
32
# Commit/push bump(s)
33
echo -e "${BY}\nCommitting bump to Git...\n${NC}"
34
-git add ./**/manifest.json
35
-git commit -n -m "Bumped \`version\` to $NEW_VER"
+git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
36
git push
37
38
# Print final summary
0 commit comments