Skip to content

Commit 4630200

Browse files
authored
build: fix release please (#295) (#297)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent ea3bddd commit 4630200

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.release-please-config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@
55
"bump-minor-pre-major": true,
66
"bump-patch-for-minor-pre-major": true,
77
"include-v-in-tag": true,
8+
"signoff": "OpenFeature Bot <[email protected]>",
89
"extra-files": [
9-
"docker-compose.yaml"
10+
{
11+
"type": "generic",
12+
"path": "docker-compose.yaml",
13+
"replacements": [
14+
{
15+
"type": "string",
16+
"search": "\\$\\{VERSION:-v([0-9]+\\.[0-9]+\\.[0-9]+)\\}",
17+
"replace": "${VERSION:-v${version}}"
18+
}
19+
]
20+
}
1021
],
1122
"packages": {
1223
".": {
13-
"package-name": "flagd-testbed",
1424
"release-type": "simple"
1525
}
1626
},

0 commit comments

Comments
 (0)