Skip to content

Commit

Permalink
chore(makefile): beautify tag target output
Browse files Browse the repository at this point in the history
Signed-off-by: lvlcn-t <[email protected]>
  • Loading branch information
lvlcn-t committed Oct 19, 2024
1 parent c144a9e commit b564417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ tag: ### Tags the [MODULE] with [VERSION]
exit 1; \
fi
@tag=$$(basename $(MODULE))/$(VERSION); \
echo ""; \
echo "Tagging $(MODULE) with $$tag"; \
git tag $$tag; \
git push origin $$tag;
Expand Down

0 comments on commit b564417

Please sign in to comment.