Skip to content

Commit

Permalink
Remove Makefile and set version in GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Jan 8, 2021
1 parent e1b3d07 commit 14d3924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release/
dist/
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project_name: pomodoro
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -X main.Version={{.Version}}
goos:
- darwin
- linux
Expand Down
37 changes: 0 additions & 37 deletions Makefile

This file was deleted.

0 comments on commit 14d3924

Please sign in to comment.