adamgryu / InspectorHistory-Unity

MIT License
174 stars 10 forks source link

Automatic Release Workflow #1

Open JustBuddy opened 4 months ago

JustBuddy commented 4 months ago

This PR adds a workflow that packages InspectorHistory-Unity for use in package management listings. (Specifically VPM) The workflow generates a new release whenever the version in package.json is incremented, and offers a .zip file as download.

Would be very useful to have on main, so one can directly reference this repo instead of forking it for package manager purposes.

Example listing: https://justbuddy.github.io/vpm-tools/ Example release: https://github.com/JustBuddy/InspectorHistory-Unity/releases/tag/v1.0.0 VPM is a package management system primarily used by the VRChat community. It follows Unity conventions, the zip is just the repo as a .zip for manual installation or VPM reference.

If merged, the workflow might need to be manually run for the initial 1.0.0 release.