diff --git a/makefile b/makefile index af4cab6..2d67e3a 100644 --- a/makefile +++ b/makefile @@ -52,7 +52,7 @@ else @poetry version $(VERSION) @git add . @git commit -m "bump version to v$(VERSION)" - @git tag -a "v$(VERSION)" HEAD -m "cloudflare-api v$(VERSION)" + @git tag -a "v$(VERSION)" HEAD -m "Scapy Manager v$(VERSION)" @git push --follow-tags endif