Example of using Github Actions to do a few neat things from a devops & CI/CD perspective for a Unity project hosted in a Github repository.
This is mainly an educational example - the project, workflow & results are all visible.
This is a process to update your project's version numbering on a variety of conditions while adhering to the general idea of semantic version numbering. It updates version numbering based on a variety of criteria!
This is a process using a combination of scheduled & triggered workflows to build both ye olde ".unitypackage" files & UPM-ready packages. For the full write-up on how this repository handles automated package generation, please visit this page.
- Expand on the semver stuff