From ea203ec90d728b194f38bfcc09b78aac8e8f8628 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Tue, 9 Jan 2024 19:01:14 -0600 Subject: [PATCH] Add some tag rules to makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aca1357..5436322 100644 --- a/Makefile +++ b/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