Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -40,6 +40,17 @@ checksum:
release:
prerelease: auto
draft: true
# Reuse an existing draft release for this tag instead of creating a new one.
# `keep-existing` leaves the release (and its description) as is if one already
# exists, so a manually-written description is preserved.
mode: keep-existing
replace_existing_draft: false
# GitHub's "get release by tag" API doesn't return drafts, so this is required
# for goreleaser to actually find and attach assets to the existing draft.
use_existing_draft: true
# Allow re-runs on the same tag to overwrite already-uploaded assets instead of
# failing with a 422 conflict.
replace_existing_artifacts: true
github:
owner: jetify-com
name: devbox
Expand Down
Loading