anishathalye / dotbot

A tool that bootstraps your dotfiles ⚡️
MIT License
6.91k stars 288 forks source link

Use GitHub's release management #273

Closed carlsmedstad closed 3 years ago

carlsmedstad commented 3 years ago

Hey and thanks for a great piece of software :wave:

Would it be possible for this project to start using the GitHub's releases management feature? As far as I'm aware it's not possible to get notified on new tags in a repository, but for Releases it is. Additionally, it creates a neat little Releases section in the side-bar.

anishathalye commented 3 years ago

Sure, I'd be happy to do that if it would be helpful. I think I had un-checked the box to show releases in the sidebar; I just re-enabled it. Is that sufficient? E.g. this exists now: https://github.com/anishathalye/dotbot/releases/tag/v1.19.0, because that tag exists. Or do I need to manually publish a new release every time I push a tag for people to get notified?

carlsmedstad commented 3 years ago

I see! Since released tags seem to turn up under Releases I think notifications should work as expected. I did not know it was possible to hide that menu so I assumed the feature was disabled completely. I'll be sure to test the https://github.com/user/project/releases URL next time I have this question.

Thank you for the quick reply!