Add some tag rules to makefile

This commit is contained in:
Jesse Gumm 2024-01-09 19:01:14 -06:00
parent 5a847014c9
commit ea203ec90d

View file

@ -31,6 +31,12 @@ dev:
run: rebar3 run: rebar3
$(REBAR) shell $(REBAR) shell
publish: rebar3 push_tags:
git push --tag
pull_tags:
git pull --tag
publish: rebar3 pull_tags
$(REBAR) hex publish $(REBAR) hex publish