Skip to content

Commit

Permalink
Chore: Update GoReleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
refucktor committed Dec 18, 2024
1 parent b313e06 commit 44fa1d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ signs:
- "--detach-sign"
- "${artifact}"
release:
# If set to true, will not auto-publish the release.
# Note: all GitHub releases start as drafts while artifacts are uploaded.
# Available only for GitHub and Gitea.
draft: true

# This allows to change which tag GitHub will create.
tag: "{{ .CurrentTag }}"

# What to do with the release notes in case there the release already exists.
#
# Valid options are:
# - `keep-existing`: keep the existing notes
# - `append`: append the current release notes to the existing notes
# - `prepend`: prepend the current release notes to the existing notes
# - `replace`: replace existing notes
#
# Default: `keep-existing`.
mode: append

extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
Expand Down

0 comments on commit 44fa1d8

Please sign in to comment.