简体   繁体   中英

Update package for Sublime Text 2

I have authored a package ( LoremIpsum ) for sublime text 2, and submitted it to the package control list. It has been working fine, and I can see 10K+ people installed the package (on the community packages list ). I have now updated it, and don't know how to inform the package control list.

Originally, I forked the package control list, added my package, and sent a pull request. I can not do that now, as I have no changes to make to the list - I just need to inform it that my package has updated (or do I? Does this happen automatically somehow?)

What should I do to make my updated version of the package available? How can I check that the correct version is published - and accessible?

You don't have to do anything. Package Control will grab the latest from your repository. Though if you added a custom packages.json file you will need to update that also.

Also, on the community packages list you can look at the version date (at v2013.01.20.07.51.55 at the time of writing this). When it "updates", the version number will be updated.

Edit: Side note, you should add *.pyc to your .gitignore

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM