mirror of
https://github.com/strongdm/comply
synced 2025-02-22 18:46:11 +00:00
gitsem
This commit is contained in:
parent
1c903416d4
commit
939349df4a
12
Makefile
12
Makefile
@ -45,7 +45,7 @@ cleanse:
|
|||||||
git push -f origin master
|
git push -f origin master
|
||||||
git gc --aggressive --prune=all
|
git gc --aggressive --prune=all
|
||||||
|
|
||||||
release: dist gh-release
|
release: dist release-deps
|
||||||
github-release release \
|
github-release release \
|
||||||
--security-token $$GH_LOGIN \
|
--security-token $$GH_LOGIN \
|
||||||
--user strongdm \
|
--user strongdm \
|
||||||
@ -69,5 +69,15 @@ release: dist gh-release
|
|||||||
--name comply-$(VERSION)-linux-amd64.tgz \
|
--name comply-$(VERSION)-linux-amd64.tgz \
|
||||||
--file dist/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:
|
gh-release:
|
||||||
go get -u github.com/aktau/github-release
|
go get -u github.com/aktau/github-release
|
Loading…
x
Reference in New Issue
Block a user