1
0
mirror of https://github.com/strongdm/comply synced 2025-12-16 19:24:01 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Justin McCarthy
8182b587a5 increment patch for release 2018-05-11 13:34:48 -07:00
Justin McCarthy
a5b2780b3c abort releases 2018-05-11 13:34:34 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ cleanse:
git gc --aggressive --prune=all
release: dist release-deps
ifndef GH_LOGIN
$(error GH_LOGIN must be set to a valid GitHub token)
endif
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
github-release release \
--security-token $$GH_LOGIN \

View File

@@ -1 +1 @@
1.1.12
1.1.13