Add some tag rules to makefile
This commit is contained in:
parent
5a847014c9
commit
ea203ec90d
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -31,6 +31,12 @@ dev:
|
|||
run: rebar3
|
||||
$(REBAR) shell
|
||||
|
||||
publish: rebar3
|
||||
push_tags:
|
||||
git push --tag
|
||||
|
||||
pull_tags:
|
||||
git pull --tag
|
||||
|
||||
publish: rebar3 pull_tags
|
||||
$(REBAR) hex publish
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue