diff --git a/Makefile b/Makefile index 049a6f0..c8224a4 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ cleanse: git push -f origin master git gc --aggressive --prune=all -release: dist gh-release +release: dist release-deps github-release release \ --security-token $$GH_LOGIN \ --user strongdm \ @@ -69,5 +69,15 @@ release: dist gh-release --name comply-$(VERSION)-linux-amd64.tgz \ --file dist/comply-$(VERSION)-linux-amd64.tgz +patch-release: patch release + +patch: gitsem + gitsem patch + +release-deps: gitsem gh-release + +gitsem: + go get -u github.com/Clever/gitsem + gh-release: go get -u github.com/aktau/github-release \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..e69de29