Skip to content

Commit

Permalink
Merge pull request #11 from Jigsaw-Code/fortuna-cgo
Browse files Browse the repository at this point in the history
make goreleaser create draft releases
  • Loading branch information
fortuna authored Dec 17, 2018
2 parents 4b8e336 + d095e71 commit 31d9b0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"

release:
# This prevents auto-publishing the release. You need to manually publish it.
draft: true
# Marks the release as not ready for production in case there's a tag indicator (e.g. -rc1)
prerelease: auto

changelog:
sort: asc
filters:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@ Summary:
```bash
goreleaser
```
- Go to https://github.com/Jigsaw-Code/outline-ss-server/releases, review and publish the release.

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 comments on commit 31d9b0e

Please sign in to comment.