Skip to content

Commit dec840a

Browse files
authored
fix(ci): Try and fix release-please (#395)
* Try and fix release-please * Fix package name * No v please
1 parent 5720490 commit dec840a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"bootstrap-sha": "e44f9f26670de2b11336009a988e86bb4cd32676",
33
"packages": {
4-
"flagsmith": {
5-
"path": "charts/flagsmith",
4+
"charts/flagsmith": {
5+
"package-name": "flagsmith",
66
"release-type": "helm",
77
"changelog-path": "CHANGELOG.md",
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
1111
"prerelease": false,
1212
"include-component-in-tag": true,
13+
"include-v-in-tag": false,
1314
"tag-separator": "-"
1415
}
1516
},

0 commit comments

Comments
 (0)