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