1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 06:14:09 +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

View File

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