Skip to content

Commit

Permalink
Shortened commit echo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Oct 20, 2024
1 parent 2bb39f2 commit 2c31504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sed -i "s/\"version\": \"$old_ver\"/\"version\": \"$NEW_VER\"/" "$manifest"
echo -e "${BW}v${old_ver}${NC}${BG}v${NEW_VER}${NC}"

# Commit/push bump(s)
echo -e "${BY}\nCommitting $( [[ $MULTI_BUMP == true ]] && echo bumps || echo bump) to Git...\n${NC}"
echo -e "${BY}\nCommitting bump to Git...\n${NC}"
git add ./**/manifest.json
git commit -n -m "Bumped \`version\` to $NEW_VER"
git push
Expand Down

0 comments on commit 2c31504

Please sign in to comment.