sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

Tagging releases #35

Closed 0mp closed 4 years ago

0mp commented 4 years ago

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!

sdushantha commented 4 years ago

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

0mp commented 4 years ago

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

git tag 1.0.6
git push --tags
sdushantha commented 4 years ago

Done! 😊

0mp commented 4 years ago

Thanks!