Skip to content

Commit

Permalink
Expanded commit/push comment ↞ [auto-sync from adamlui/ai-apps]
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Oct 16, 2024
1 parent 18cb6e9 commit f687051
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 @@ -64,7 +64,7 @@ UNIQUE_VERSIONS=($(echo "${NEW_VERSIONS[@]}" | tr ' ' '\n' | sort -u | tr '\n' '
if [[ ${#UNIQUE_VERSIONS[@]} -eq 1 ]] ; then
COMMIT_MSG+=" to \`${UNIQUE_VERSIONS[0]}\`" ; fi

# Commit bumps
# 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"
Expand Down

0 comments on commit f687051

Please sign in to comment.