We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4809d3d commit c61c72fCopy full SHA for c61c72f
.github/workflows/get-latest-jsons-for-c-v.yaml
@@ -76,7 +76,10 @@ jobs:
76
branch: sync/json-updates-for-components-versions
77
78
# Title of the pull request
79
- title: "feat: Sync JSON data for components-versions"
+ # 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"
83
84
# Body of the pull request (description)
85
body: |
0 commit comments