Skip to content

Commit

Permalink
Merge pull request #454 from hellofresh/hotfix/goreleaser-changelog
Browse files Browse the repository at this point in the history
EES-574 Goreleaser should include all the commits since last release
  • Loading branch information
vgarvardt authored Aug 18, 2020
2 parents 954e2fa + 5b0409e commit b72b312
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ dockers:
- "hellofreshtech/janus:latest"
- "hellofreshtech/janus:{{.Tag}}"
dockerfile: Dockerfile

changelog:
sort: asc
filters:
exclude:
- Merge pull request
- Merge branch

0 comments on commit b72b312

Please sign in to comment.