We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687970c commit 11fd197Copy full SHA for 11fd197
Makefile
@@ -55,7 +55,8 @@ bin/windows/amd64/$(EXECUTABLE).exe:
55
zip "$@" "$<"
56
57
# git tag -a v$(RELEASE) -m 'release $(RELEASE)'
58
-release: bin/tmp/$(EXECUTABLE) $(COMPRESSED_EXECUTABLE_TARGETS)
+release: clean
59
+ $(MAKE) bin/tmp/$(EXECUTABLE) $(COMPRESSED_EXECUTABLE_TARGETS)
60
git push && git push --tags
61
bin/tmp/$(EXECUTABLE) release -u $(USER) -r $(EXECUTABLE) \
62
-t $(LAST_TAG) -n $(LAST_TAG) || true
0 commit comments