Skip to content

Commit ab4d5ab

Browse files
authored
ci(release): improve release-please configuration (#1360)
1 parent 74c103c commit ab4d5ab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

release-please-config.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"release-type": "go",
2+
"always-update": true,
33
"bump-minor-pre-major": true,
4-
"bump-patch-for-minor-pre-major": true,
54
"extra-files": [
65
"kustomization.yaml",
76
"README.md"
87
],
98
"packages": {
109
".": {}
11-
}
10+
},
11+
"plugins": [
12+
"sentence-case"
13+
],
14+
"release-type": "go",
15+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1216
}

0 commit comments

Comments
 (0)