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:
4
Makefile
4
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user