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 545f6ea commit 1e4e1a7Copy full SHA for 1e4e1a7
.goreleaser.yaml
@@ -27,6 +27,7 @@ builds:
27
- -X 'github.com/mozilla-ai/mcpd/v2/internal/cmd.date={{.Date}}' # Bake in build date
28
flags:
29
- -trimpath # Remove file system paths from binary
30
+
31
archives:
32
- formats: [tar.gz]
33
# name template makes the OS and Arch compatible with the results of `uname`.
@@ -102,8 +103,9 @@ changelog:
102
103
disable: true
104
105
release:
- replace_existing_draft: true
106
draft: true
107
+ replace_existing_draft: true
108
+ replace_existing_artifacts: false
109
prerelease: auto
110
footer: >-
111
0 commit comments