Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Oct 29, 2019
1 parent 5b295ea commit eb732a1
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 @@ -101,7 +101,7 @@ cross: dep ## Create binaries for all OSs
gox -os '!freebsd !netbsd' -arch '!arm' -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags '-X main.Version=${TAG}-${DATE}'
.PHONY: cross

release: dep ## Generate a new release
release: ## Generate a new release
@cd $(PRJDIR) && \
goreleaser --release-notes release-notes.md --rm-dist

Expand Down

0 comments on commit eb732a1

Please sign in to comment.