Repository for packaging OpenRCT2 library dependencies together.
Doing a new Dependencies release is straight forward:
- Make sure you have a passing/green commit
git tag -a vXX COMMIT_HASH
- Add the messages you want to the tag, it might be good to include the changes it's encompassing (like the name of the PRs)
git push origin vXX
- The workflow will automatically start, post a new release and upload the artifacts there once it finishes
- Check back later to see whether the workflow ran successfully