Skip to content

Commit

Permalink
build: fix release notes command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Buchanan authored and buchanae committed Mar 20, 2018
1 parent 1882dbf commit 6bf0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ release: depends
@go get ./util/github-release-notes/
@goreleaser \
--rm-dist \
--release-notes <(go run github-release-notes)
--release-notes <(github-release-notes)

# Generate mocks for testing.
gen-mocks:
Expand Down

0 comments on commit 6bf0d00

Please sign in to comment.