Skip to content

Commit c884301

Browse files
committed
fix: adjust for release-please v4
1 parent 15f3542 commit c884301

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@ jobs:
2020
- uses: google-github-actions/release-please-action@v4
2121
id: release
2222
with:
23-
release-type: go
2423
# to create PRs and trigger GitHub workflows, requires a PAT
2524
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
3126

3227
- run: echo $JSON
3328
name: Release Please Output Info

release-please-config.json renamed to release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2+
"changelog-type": "github",
23
"packages": {
34
"mailu-operator": {
45
"package-name": "mailu-operator",
56
"changelog-path": "CHANGELOG.md",
67
"release-type": "go",
78
"bump-minor-pre-major": false,
89
"bump-patch-for-minor-pre-major": false,
9-
"include-v-in-tag": true
10+
"include-v-in-tag": true,
11+
"prerelease": true
1012
}
1113
},
1214
"release-search-depth": 100,

0 commit comments

Comments
 (0)