cedws / discord-delete

Tool to delete Discord message history
GNU General Public License v3.0
125 stars 18 forks source link

Create releases automatically #31

Closed cedws closed 3 years ago

cedws commented 3 years ago

I currently build releases on my own machine, which is somewhat acceptable because the binaries are reproducible. But to take some effort out of making new releases, I'd like to have CI automatically create a release when a merge to master is made.

At the moment this repository uses Sourcehut CI (which is very good), but I'm not sure if it has anything built in to create GitHub releases. I can try to find a way to do this in the manifest, or switch to use GitHub Actions.

cedws commented 3 years ago

Cheers @fosspill, your contribution took the manual work out of releasing 1.5.1!