Aurora-Modders / AuroraLoader

A tool for discovering and safely managing Aurora mods
MIT License
10 stars 5 forks source link

Finish setting up automated release creation process #33

Open thashepherd opened 4 years ago

thashepherd commented 4 years ago

Our current GitHub action configured at https://github.com/Aurora-Modders/AuroraLoader/tree/master/.github/workflows automatically ensures that changes build and tests run clean, and publishes a zip, but it doesn't create new releases for us.

Investigate a mechanism (whether a GitHub Action or something else like Travis CI) that can automatically create new GitHub releases for us whenever code is built on master or a branch.