https://github.com/openrct2/dependencies
Repository for packaging OpenRCT2 library dependencies together.
https://github.com/openrct2/dependencies
Last synced: about 1 year ago
JSON representation
Repository for packaging OpenRCT2 library dependencies together.
- Host: GitHub
- URL: https://github.com/openrct2/dependencies
- Owner: OpenRCT2
- Created: 2015-06-10T16:13:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:35:42.000Z (almost 2 years ago)
- Last Synced: 2024-09-08T11:20:31.309Z (almost 2 years ago)
- Language: Shell
- Size: 28.8 MB
- Stars: 10
- Watchers: 14
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependencies
Repository for packaging OpenRCT2 library dependencies together.
## Releasing
Doing a new Dependencies release is straight forward:
1. Make sure you have a passing/green commit
2. `git tag -a vXX COMMIT_HASH`
3. 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)
4. `git push origin vXX`
5. The workflow will automatically start, post a new release and upload the artifacts there once it finishes
6. Check back later to see whether the workflow ran successfully