mob-sakai / UpmGitExtension

This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.
MIT License
773 stars 80 forks source link

Repo versions not listed #122

Closed TellmewowBilbao closed 2 years ago

TellmewowBilbao commented 2 years ago

I'm not able to list release versions of my private repo after clicking "Find Versions". Probably I'm missing some files or config in my Github repo, I only added package.json in the root directory (not sure if this is mandatory). UPM

Svartskogen commented 2 years ago

You need to tag different versions using git tags, and also it helps if you update the package's version on the package.json on each tag

mob-sakai commented 2 years ago

package.json.meta is required. https://github.com/mob-sakai/UpmGitExtension/blob/preview/Editor/Commands/fetch-packages.js#L53