mirror of
https://github.com/strongdm/comply
synced 2025-12-16 11:14:57 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
911b84dedc | ||
|
|
d212e627fd | ||
|
|
29edb6c90a | ||
|
|
62d05e3358 | ||
|
|
e08d88ee49 | ||
|
|
80bdc44f14 | ||
|
|
41dbf7ca19 |
9
Makefile
9
Makefile
@@ -72,8 +72,15 @@ release: dist release-deps
|
|||||||
|
|
||||||
patch-release: patch release
|
patch-release: patch release
|
||||||
|
|
||||||
|
minor-release: minor release
|
||||||
|
|
||||||
patch: clean gitsem
|
patch: clean gitsem
|
||||||
gitsem patch
|
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
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user