mirror of
https://github.com/strongdm/comply
synced 2025-12-15 19:00:50 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eac1512cb | ||
|
|
90a507963c | ||
|
|
2a316ccdab | ||
|
|
d1fdd377ad | ||
|
|
7814e52b6b | ||
|
|
939349df4a |
13
Makefile
13
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,16 @@ release: dist gh-release
|
||||
--name comply-$(VERSION)-linux-amd64.tgz \
|
||||
--file dist/comply-$(VERSION)-linux-amd64.tgz
|
||||
|
||||
patch-release: patch release
|
||||
|
||||
patch: clean gitsem
|
||||
gitsem patch
|
||||
git push origin --tags
|
||||
|
||||
release-deps: gitsem gh-release
|
||||
|
||||
gitsem:
|
||||
go get -u github.com/Clever/gitsem
|
||||
|
||||
gh-release:
|
||||
go get -u github.com/aktau/github-release
|
||||
Reference in New Issue
Block a user