Skip to content

Commit

Permalink
Don't draft releases with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Oct 19, 2020
1 parent 1a35afb commit e2ff1c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,13 @@ changelog:
- '^docs:'
- '^test:'
release:
draft: true
prerelease: auto
dockers:
- goos: linux
goarch: amd64
binaries:
- weep
image_templates:
- "netflix/{{.ProjectName}}:latest"
- "netflix/{{.ProjectName}}:{{ .Tag }}"
- "netflix/{{.ProjectName}}:v{{ .Major }}"
- "netflix/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}"
- "docker.pkg.github.com/netflix/{{.ProjectName}}/{{.ProjectName}}:latest"
- "docker.pkg.github.com/netflix/{{.ProjectName}}/{{.ProjectName}}:{{ .Tag }}"
- "docker.pkg.github.com/netflix/{{.ProjectName}}/{{.ProjectName}}:v{{ .Major }}"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,4 @@ git tag -am "v1.2.3" v1.2.3
git push origin v1.2.3
```

Goreleaser will create a draft release on the [Releases page](https://github.com/Netflix/weep/releases). If everything
looks good, press Publish and the release will be made public.
Goreleaser will automatically create a release on the [Releases page](https://github.com/Netflix/weep/releases).

0 comments on commit e2ff1c6

Please sign in to comment.