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 8
8
release-please :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : google-github-actions/release-please-action@v3
11
+ - uses : google-github-actions/release-please-action@v4
12
12
id : release
13
13
with :
14
- release-type : node
15
- package-name : plugin-sdk-javascript
16
14
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