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 4715f66 commit d1ec012Copy full SHA for d1ec012
.github/release-please/config.json
@@ -1,7 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
"release-type": "go",
4
- "draft": true,
5
"changelog-sections": [
6
{ "type": "feat", "section": "Features" },
7
{ "type": "fix", "section": "Bug Fixes" },
.goreleaser.yaml
@@ -74,4 +74,6 @@ docker_manifests:
74
- ghcr.io/firebolt-db/mcp-server:{{ .Version }}-amd64
75
- ghcr.io/firebolt-db/mcp-server:{{ .Version }}-arm64v8
76
77
-release: {}
+release:
78
+ replace_existing_artifacts: true
79
+ mode: keep-existing
0 commit comments