Skip to content

Commit c61c72f

Browse files
authored
chore: switch feat to fix to prevent bumping minor (#25)
1 parent 4809d3d commit c61c72f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/get-latest-jsons-for-c-v.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
branch: sync/json-updates-for-components-versions
7777

7878
# Title of the pull request
79-
title: "feat: Sync JSON data for components-versions"
79+
# NOTE(edu): We use fix instead of feat to bump the patch version instead the minor as per
80+
# release-please instructions
81+
# https://github.com/googleapis/release-please?tab=readme-ov-file#how-should-i-write-my-commits
82+
title: "fix: Sync JSON data for components-versions"
8083

8184
# Body of the pull request (description)
8285
body: |

0 commit comments

Comments
 (0)