Skip to content

Commit

Permalink
Simplify .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jun 13, 2020
1 parent 28899e7 commit 45f88b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ archives:
- format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
github:
prerelease: auto
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ You can change the [.goreleaser.yml](.goreleaser.yml) to contain:
```yaml
build:
skip: true
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
github:
prerelease: auto
Expand Down

0 comments on commit 45f88b7

Please sign in to comment.