mirror of
https://github.com/strongdm/comply
synced 2025-02-22 18:46:11 +00:00
intro minor release
This commit is contained in:
parent
62d05e3358
commit
29edb6c90a
7
Makefile
7
Makefile
@ -72,11 +72,18 @@ release: dist release-deps
|
|||||||
|
|
||||||
patch-release: patch release
|
patch-release: patch release
|
||||||
|
|
||||||
|
patch-release: minor release
|
||||||
|
|
||||||
patch: clean gitsem
|
patch: clean gitsem
|
||||||
gitsem -m "increment patch for release" patch
|
gitsem -m "increment patch for release" patch
|
||||||
git push
|
git push
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
||||||
|
minor: clean gitsem
|
||||||
|
gitsem -m "increment minor for release" minor
|
||||||
|
git push
|
||||||
|
git push origin --tags
|
||||||
|
|
||||||
release-deps: gitsem gh-release
|
release-deps: gitsem gh-release
|
||||||
|
|
||||||
gitsem:
|
gitsem:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user