Skip to content

Commit

Permalink
Consolidated multi git cmds into single lines for compactness ↞ [au…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 7, 2024
1 parent 21a2a54 commit 93df031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ if [[ ${#unique_versions[@]} -eq 1 ]] ; then

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

# Print final summary
Expand Down

0 comments on commit 93df031

Please sign in to comment.