Skip to content

Commit

Permalink
release: do not auto-publish releases
Browse files Browse the repository at this point in the history
This causes goreleaser to create a draft release so we can manually edit
the release notes before we publish it.
  • Loading branch information
ctrox committed Jun 17, 2024
1 parent db168e6 commit 5dd8c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ changelog:
- '^docs:'
- '^test:'

release:
draft: true
replace_existing_draft: true

brews:
- name: nctl

Expand Down

0 comments on commit 5dd8c78

Please sign in to comment.