naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

Versioning on PackageControl doesn't work #123

Closed naokazuterada closed 6 years ago

naokazuterada commented 6 years ago

I noticed the 'VERSION' on PackageControl did not match the intended version (3.0.1). Something wrong...

Problem: This makes people not to notice release note

screen shot 2018-03-23 at 1 14 17

Odyseus commented 6 years ago

Hello, @naokazuterada.

First, I would like to make clear that I'm not an expert in Package Control and I never published a package there.

Reading its documentation, you may need to set the tags key to true in your package_control_channel repository.

An excerpt from the documentation reads:

Please note that branch-based releases have been deprecated and no new packages will be accepted that utilize that feature. Existing packages are encouraged to update to using tags.

For other options, please read the documentation in the example-repository.json file. Please note that the version, url and date sub-fields are not allowed in the centralized channel. If you wish to use these, you must host your own packages.json.

So, basically, you may need to remove "branch": "master" and add "tags": true.

naokazuterada commented 6 years ago

@Odyseus Wow! thanks for your taking a time. I will have a look and try it out!

naokazuterada commented 6 years ago

I send a PR. https://github.com/wbond/package_control_channel/pull/7013

naokazuterada commented 6 years ago

@Odyseus Finally the versioning is fixed. Thanks for your help!