fix: Cargo hakari commits have to use semantic commits too

pull/24376/head
Carol (Nichols || Goulding) 2022-03-03 14:50:36 -05:00
parent 7f8dcf1ed0
commit 33bbbd9950
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ jobs:
command: |
cargo hakari generate
if [[ $(git status --porcelain) ]] ; then
git commit -am "[skip ci] Run cargo hakari generate"
git commit -am "chore: Run cargo hakari generate"
git push origin "$CIRCLE_BRANCH"
else
echo "No changes to commit"
@ -192,7 +192,7 @@ jobs:
command: |
cargo hakari manage-deps
if [[ $(git status --porcelain) ]] ; then
git commit -am "[skip ci] Run cargo hakari manage-deps"
git commit -am "chore: Run cargo hakari manage-deps"
git push origin "$CIRCLE_BRANCH"
else
echo "No changes to commit"