1
0
mirror of https://github.com/strongdm/comply synced 2025-12-15 02:34:13 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Justin McCarthy
d1fdd377ad version string 2018-05-10 00:18:23 -07:00
Justin McCarthy
7814e52b6b gitsem 2018-05-10 00:17:46 -07:00
Justin McCarthy
939349df4a gitsem 2018-05-10 00:17:00 -07:00
2 changed files with 12 additions and 1 deletions

View File

@@ -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: clean 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

1
VERSION Normal file
View File

@@ -0,0 +1 @@
1.0.5