We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074fe66 commit 3962ad3Copy full SHA for 3962ad3
.release-please-config.json
@@ -21,7 +21,20 @@
21
],
22
"packages": {
23
".": {
24
- "release-type": "simple"
+ "release-type": "simple",
25
+ "extra-files": [
26
+ {
27
+ "type": "generic",
28
+ "path": "docker-compose.yaml",
29
+ "replacements": [
30
31
+ "type": "string",
32
+ "search": "\\$\\{VERSION:-v([0-9]+\\.[0-9]+\\.[0-9]+)\\}",
33
+ "replace": "${VERSION:-v${version}}"
34
+ }
35
+ ]
36
37
38
}
39
},
40
"changelog-sections": [
docker-compose.yaml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
services:
4
flagd:
5
- image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.11.1}
+ image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.11.1} # x-release-please-version
6
ports:
7
- 8013
8
- 8014
0 commit comments