Skip to content

Commit

Permalink
hide goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Aug 15, 2017
1 parent 686221f commit acb236b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/kail
/kail-linux
/dist
File renamed without changes.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ install-deps:
govendor sync

release:
GITHUB_TOKEN=$$GITHUB_REPO_TOKEN goreleaser
GITHUB_TOKEN=$$GITHUB_REPO_TOKEN goreleaser -f .goreleaser.yml

clean:
rm kail kail-linux 2>/dev/null || true
rm kail kail-linux dist 2>/dev/null || true

.PHONY: build build-linux \
test test-full \
Expand Down

0 comments on commit acb236b

Please sign in to comment.