Skip to content

Commit

Permalink
preparing for releasse
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed May 27, 2022
1 parent d2176ba commit 77f1d5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ all:
env CGO_ENABLED=0 gox -os="linux" ${LDFLAGS} -arch=amd64 -output philosopher
env CGO_ENABLED=0 gox -os="windows" ${LDFLAGS} -arch=amd64 -output philosopher

.PHONY: draft
draft:
goreleaser --skip-publish --snapshot --release-notes=Changelog --rm-dist

.PHONY: push
push:
git tag -a ${TAG} -m "Philosopher ${TAG}"
git push origin master -f --tags

.PHONY: draft
draft:
goreleaser --skip-publish --snapshot --release-notes=Changelog --rm-dist

.PHONY: release
release:
Expand Down

0 comments on commit 77f1d5a

Please sign in to comment.