WooshiiDev / HierarchyDecorator

Lightweight Unity Plugin transforming the Hierarchy into what it should be. Adds headers, styles, icons and more.
MIT License
1.02k stars 47 forks source link

Bug - 0.8.5 doesn't show up in OpenUPM #56

Closed Razenpok closed 2 years ago

Razenpok commented 2 years ago

As per Favo Yang

The problem is that the Git tag is mismatched with package.json version. Tag 0.8.5, package.json 0.8.4 WooshiiDev/HierarchyDecorator@f10ba25/package.json Tag 0.8.4, package.json 0.8.3 WooshiiDev/HierarchyDecorator@57c0d1b/package.json Perhaps your CI could bump package.json version first, then create the Git tag? You can align your Git tag and package.json version with 0.8.6 to fix the issue. OpenUPM build pipeline section didn't show the actual published version, it just shows the version parsed from the Git tag. Something to improve for us.

https://github.com/openupm/openupm/issues/2927#issuecomment-1104986685

WooshiiDev commented 2 years ago

Hi Razen,

I've just released v0.8.6 that has a small bug fix for 2021.2+ and have made sure BEFORE making the package the tag is correct.

I see the build pipelines and versions both showing 0.8.6 correctly.

Could you confirm that it's working correctly for yourself? I'm sorry that I have not been releasing properly so far and making sure versions have been updated.

Razenpok commented 2 years ago

Works like a charm now, thank you!