sdushantha/fontpreview

Tagging releases

Closed this issue · 4 comments

0mp commented

Hi!

I would be super nice if you could tag releases with git tag. It makes it much easier to track development and package this nice tool for various package managers.

Thanks!

@0mp Thats sounds like a nice idea, I will do it later today after reading about git tag (never used it before)

0mp commented

That should be fairly simple, at minimum it could even be:

git tag 1.0.6
git push --tags

Done! 😊

0mp commented

Thanks!