File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 20
20
- uses : google-github-actions/release-please-action@v4
21
21
id : release
22
22
with :
23
- release-type : go
24
23
# to create PRs and trigger GitHub workflows, requires a PAT
25
24
token : ${{ secrets.PAT_GITHUB_TOKEN }}
26
- # changelog-notes-type: github
27
- # prerelease: true
28
- include-v-in-tag : true
29
- # Only check the last 50 commits to avoid rate limiting
30
- commit-search-depth : 50
25
+ skip-github-release : true
31
26
32
27
- run : echo $JSON
33
28
name : Release Please Output Info
Original file line number Diff line number Diff line change 1
1
{
2
+ "changelog-type" : " github" ,
2
3
"packages" : {
3
4
"mailu-operator" : {
4
5
"package-name" : " mailu-operator" ,
5
6
"changelog-path" : " CHANGELOG.md" ,
6
7
"release-type" : " go" ,
7
8
"bump-minor-pre-major" : false ,
8
9
"bump-patch-for-minor-pre-major" : false ,
9
- "include-v-in-tag": true
10
+ "include-v-in-tag" : true ,
11
+ "prerelease" : true
10
12
}
11
13
},
12
14
"release-search-depth" : 100 ,
You can’t perform that action at this time.
0 commit comments