Skip to content

Commit 68a27aa

Browse files
authored
fix(ci): Use fix prefix for bundled dependency version update commits (#80)
1 parent e2797ee commit 68a27aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-cli-versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
git checkout -B "$BRANCH"
145145
git add cli/internal/globals/versions.yaml
146-
git commit -m "chore(cli): Update bundled dependency versions"
146+
git commit -m "fix(cli): Update bundled dependency versions"
147147
git push --force origin "$BRANCH"
148148
149149
printf '%s\n' \
@@ -160,7 +160,7 @@ jobs:
160160
gh pr edit "$EXISTING_PR" --body-file /tmp/pr-body.md
161161
else
162162
gh pr create \
163-
--title "chore(cli): Update bundled dependency versions" \
163+
--title "fix(cli): Update bundled dependency versions" \
164164
--body-file /tmp/pr-body.md \
165165
--base main
166166
fi

0 commit comments

Comments
 (0)