diff --git a/Makefile b/Makefile index d5227f9..b550083 100644 --- a/Makefile +++ b/Makefile @@ -149,8 +149,8 @@ release: fi @git add -A @git commit -m "chore(release): v$(VERSION)" - @git tag v$(VERSION) + git tag -fa v$(VERSION) -m "Release v$(VERSION)" @git push origin master - @git push origin v$(VERSION) + git push --force origin v$(VERSION) @echo "✅ Release v$(VERSION) created!" @echo "🔗 Go to your Gitea instance to add release notes" \ No newline at end of file