LizzyFox-code / BrgContainer

The Unity BRG Container
MIT License
68 stars 6 forks source link

Please make a tag release for each version to support OpenUPM #7

Closed laicasaane closed 5 months ago

laicasaane commented 5 months ago

I want to install your package via OpenUPM instead of git url. But OpenUPM requires tag releases for each version. https://openupm.com/docs/adding-upm-package.html

LizzyFox-code commented 5 months ago

Thanks! I have maked a release with v.1.3.4 tag:

2024-04-24_12-29-03

laicasaane commented 5 months ago

The tag should conform to semver notation, for examples, 1.3.4, v1.3.4, or 1.3.4-preview.

v.1.3.4 is invalid. OpenUPM can't pick it up.

image

LizzyFox-code commented 5 months ago

Oh, sorry, I have fixed it.

2024-04-24_14-58-15

laicasaane commented 5 months ago

Thank you. The package is published now on OpenUPM. https://openupm.com/packages/com.lizzyfox-code.brg-container/

In the future, any new tag release will be picked up automatically.