ziglang / sublime-zig-language

Zig language support for Sublime Text
MIT License
85 stars 25 forks source link

1.5 not showing up in Package Control #56

Closed squeek502 closed 3 years ago

squeek502 commented 3 years ago

https://packagecontrol.io/packages/Zig%20Language still has 1.4.5.

Any idea why that would be?

emekoi commented 3 years ago

i don't know for some reason package control has not detected that a new tag has been published. i can try publishing a new tag and see if that's picked up?

squeek502 commented 3 years ago

Maybe it's tripping up on the 1.5 to 1.4.5 comparison? Maybe it needs to be 1.5.0?

sigod commented 3 years ago

Maybe it needs to be 1.5.0?

I think so. According to the SemVer specs:

  1. A normal version number MUST take the form X.Y.Z ...
hronro commented 3 years ago

Any updates?

hovsater commented 3 years ago

@emekoi could you try to do a new release where the tag is compatible with semver? From the docs:

If you are using GitHub or BitBucket for your hosting, you will need to create a tag each time you want to make a new version available to users. The tag names must be a semantic version number.

hovsater commented 3 years ago

I've dropped the offending tag, 1.5, and done a new release under 1.5.0. I'm happy to say that the new version is now available in Package Control. See https://packagecontrol.io/packages/Zig%20Language. 🎉