Sublime Forum

Update a package

#1

hi all!
i’ve tried to build my first package for sublimetext (simply a syntax higlighter)… I’ve followed this guide:
sublime.wbond.net/docs/submitting_a_package
and is everything ok, now the package is online and if I search from sublimetext I found.

now I’ve updated my git repository to contain the new version, the old tag was 1.0.0 and the new is 1.0.1
old:
github.com/ghiboz/syntax-gRally … /tag/1.0.0
new:
github.com/ghiboz/syntax-gRally … /tag/1.0.1

now, how can I do to tell to sublime.wbond.net/packages/Syntax%20gRally that my package is updated?

thanks in advance

0 Likes

#2

You don’t have to do anything. Package Control handles it automatically. There is a delay, as package control needs to pick up the change, but you don’t need to do anything special.

0 Likes

#3

how long does it take for Package Control to pick up the change?

0 Likes