1
0
mirror of https://github.com/strongdm/comply synced 2024-06-25 19:44:24 +00:00

clarify origin of this commit

This commit is contained in:
Justin McCarthy 2018-05-16 16:47:14 -07:00
parent 0154d05180
commit 26b7dcf14b
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -109,12 +109,12 @@ patch-release: release-env push-assets patch release
minor-release: release-env push-assets minor release
patch: clean gitsem
gitsem -m "increment patch for release" patch
gitsem -m "increment patch for release (via Makefile)" patch
git push
git push origin --tags
minor: clean gitsem
gitsem -m "increment minor for release" minor
gitsem -m "increment minor for release (via Makefile)" minor
git push
git push origin --tags