Skip to content

Commit

Permalink
Do not prevent release if new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 26, 2019
1 parent 865fd07 commit 8480313
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
generate:
go generate

build: generate
build:
go build

release: generate
git diff --cached --exit-code
git add . && git diff --cached --exit-code
release:
go run github.com/goreleaser/goreleaser --rm-dist

0 comments on commit 8480313

Please sign in to comment.