mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
clarify origin of this commit
This commit is contained in:
parent
0154d05180
commit
26b7dcf14b
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user