kartik-venugopal / aural-player

An audio player for macOS, inspired by Winamp.
MIT License
760 stars 43 forks source link

Use GitHub releases #8

Closed hbbio closed 5 years ago

hbbio commented 5 years ago

Please use GitHub releases to host the dmg!

As of now, your repository is cluttered with revisions of the dmg file (which you don't need). You will also need to properly remove the files.

kartik-venugopal commented 5 years ago

Hi, thanks for the suggestion. I will take a look into doing that. I have thought about it myself, but have been too lazy to look into it.

hbbio commented 5 years ago

Thanks for the answer, it's a very interesting project btw congrats for that.

I guess you're not going to automate releases with CI (harder with a Mac), but you can check an easy-to-use CLI.

And for deleting history (the repo is >500Mb), you can look at the so-called nuclear option.

kartik-venugopal commented 5 years ago

Thanks again for the CLI tip and the feedback on the project ! I'm glad you brought up Git releases, because I would like to get more organized here. I've just been really busy with development work.

I think that for this project, CI might be overkill. But, I will definitely look into manual releases once the dev work slows down.

Cheers !

kartik-venugopal commented 5 years ago

@hbbio Hi, I am now using GitHub releases. Thanks for the suggestion. Cheers !