Skip to content

Commit

Permalink
Update(dev): push tag using bump.txt value (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
asieduernest12 authored Sep 2, 2023
1 parent 303f12e commit c77d920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ tag:
fi

push-tag:
echo "branch:$(remote) tag:[$(tag)]";
@git push "$(remote)" "$(tag)";
@tag="$$(make read-bump -s)"; \
echo "branch:$(remote) tag:[$${tag}]"; \
git push "$(remote)" "$${tag}"; \

tag-bump:
@make tag tag="$$(make read-bump -s)"
Expand Down

0 comments on commit c77d920

Please sign in to comment.