chore(release): v0.0.2

This commit is contained in:
Javier Feliz 2025-09-11 21:46:43 -04:00
parent 740370a3fe
commit 7ad450d45e

View File

@ -149,8 +149,8 @@ release:
fi fi
@git add -A @git add -A
@git commit -m "chore(release): v$(VERSION)" @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 master
@git push origin v$(VERSION) git push --force origin v$(VERSION)
@echo "✅ Release v$(VERSION) created!" @echo "✅ Release v$(VERSION) created!"
@echo "🔗 Go to your Gitea instance to add release notes" @echo "🔗 Go to your Gitea instance to add release notes"