wbond / packagecontrol.io

The Package Control website
https://packagecontrol.io
Other
111 stars 46 forks source link

How to upgrade package to new tag ? #73

Closed mailtoharshit closed 8 years ago

mailtoharshit commented 8 years ago

I upgraded Weave Github Repo with new Tag from (v1.0.1) to (v1.0.3), I want people to download this version from package control which has few bugs fixes and enhancements, here are my questions

1- How do I ensure package-control takes latest tag from my repo ? 2 - How do I deliver latest changes to people who have my package already installed ?

  1. What other changes I have to do in configuration to link to latest tags ?

Other details

I uninstalled and installed weave package in my sublime and noticed that packagecontrol is still pulling tag (v1.0.1) in Sublime see this

wbond commented 8 years ago

The crawler checks each package about once every hour or so. It will automatically find new tags and will show it at https://packagecontrol.io/packages/Weave. You can look at that page to see when the crawler last scanned your package.

By default users will be automatically upgraded the next time they restart Sublime Text and it has been an hour since the last check of the channel.

mailtoharshit commented 8 years ago

Brilliant Thanks !!