AlexStormwood / BigfootUnityUtilities

Example of using Github Actions to generate Unity UPM & legacy packages.
2 stars 0 forks source link

Set up automatic semver #4

Open AlexStormwood opened 4 years ago

AlexStormwood commented 4 years ago

Remember to adhere to semver rules for this! Resources:

AlexStormwood commented 4 years ago

Created the Github Action script to update the Unity project's "bundleVersion" property, now this repository just needs a proper set of workflow files to use that action!

AlexStormwood commented 4 years ago

Created the Github Action script to update the Unity UPM package "version" property, now this repository just needs a proper set of workflows to use that action as per the checklist!