Skip to content

Commit 31d9b0e

Browse files
authored
Merge pull request #11 from Jigsaw-Code/fortuna-cgo
make goreleaser create draft releases
2 parents 4b8e336 + d095e71 commit 31d9b0e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ checksum:
4040
snapshot:
4141
name_template: "{{ .Tag }}-next"
4242

43+
release:
44+
# This prevents auto-publishing the release. You need to manually publish it.
45+
draft: true
46+
# Marks the release as not ready for production in case there's a tag indicator (e.g. -rc1)
47+
prerelease: auto
48+
4349
changelog:
4450
sort: asc
4551
filters:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ Summary:
139139
```bash
140140
goreleaser
141141
```
142+
- Go to https://github.com/Jigsaw-Code/outline-ss-server/releases, review and publish the release.
142143

143144
Full instructions in [GoReleaser's Quick Start](https://goreleaser.com/quick-start) (jump to the section starting "You’ll need to export a GITHUB_TOKEN environment variable").

0 commit comments

Comments
 (0)