This commit is contained in:
parent
b7969f89b5
commit
f88f00e78c
4
Makefile
4
Makefile
@ -13,7 +13,7 @@ endef
|
||||
|
||||
# Target to tag and push the next version
|
||||
release:
|
||||
@next_version=$$($(next_version)); \
|
||||
echo "Tagging with version $$next_version";
|
||||
next_version=$$($(next_version)); \
|
||||
echo "Tagging with version $$next_version"; \
|
||||
git tag $$next_version; \
|
||||
git push $(REPO_REMOTE) $$next_version
|
Loading…
Reference in New Issue
Block a user