mirror of
https://github.com/strongdm/comply
synced 2025-12-15 10:43:47 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
911b84dedc | ||
|
|
d212e627fd | ||
|
|
29edb6c90a |
7
Makefile
7
Makefile
@@ -72,11 +72,18 @@ release: dist release-deps
|
||||
|
||||
patch-release: patch release
|
||||
|
||||
minor-release: minor release
|
||||
|
||||
patch: clean gitsem
|
||||
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 origin --tags
|
||||
|
||||
release-deps: gitsem gh-release
|
||||
|
||||
gitsem:
|
||||
|
||||
Reference in New Issue
Block a user