File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 88 release-please :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : google-github-actions/release-please-action@v3
11+ - uses : google-github-actions/release-please-action@v4
1212 id : release
1313 with :
14- release-type : node
15- package-name : plugin-sdk-javascript
1614 token : ${{ secrets.GH_CQ_BOT }}
17- pull-request-title-pattern : " chore${scope}: Release${component} v${version}"
18- # Should breaking changes before 1.0.0 produce minor bumps?
19- bump-minor-pre-major : true
20- # Should feat changes before 1.0.0 produce patch bumps instead of minor bumps?
21- bump-patch-for-minor-pre-major : true
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
3+ "release-type" : " node" ,
4+ "pull-request-title-pattern" : " chore${scope}: Release${component} v${version}" ,
5+ "bump-minor-pre-major" : true ,
6+ "bump-patch-for-minor-pre-major" : true ,
7+ "include-component-in-tag" : false ,
8+ "packages" : {
9+ "." : {}
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments