1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 00:11:46 +00:00

intro minor release

This commit is contained in:
Justin McCarthy 2018-05-10 00:38:19 -07:00
parent 62d05e3358
commit 29edb6c90a
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -72,11 +72,18 @@ release: dist release-deps
patch-release: patch release
patch-release: minor release
patch: clean gitsem
gitsem -m "increment patch for release" patch
git push
git push origin --tags
minor: clean gitsem
gitsem -m "increment minor for release" minor
git push
git push origin --tags
release-deps: gitsem gh-release
gitsem: