Skip to content

Commit 939f6f4

Browse files
committed
fix: add release-please config
1 parent 14252e3 commit 939f6f4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: release-please
33

44
on:
55
push:
6-
# branches:
7-
# - master
6+
branches:
7+
- main
88

99
permissions:
1010
contents: write

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mailu-operator": "v0.1.2"
3+
}

release-please-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"packages": {
3+
"mailu-operator": {
4+
"package-name": "mailu-operator",
5+
"changelog-path": "CHANGELOG.md",
6+
"release-type": "go",
7+
"bump-minor-pre-major": false,
8+
"bump-patch-for-minor-pre-major": false,
9+
"include-v-in-tag": true
10+
}
11+
},
12+
"release-search-depth": 100,
13+
"commit-search-depth": 100,
14+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
15+
}

0 commit comments

Comments
 (0)