Sublime Forum

How to change the target version of Sublime Text?

#1

I have a plugin that currently is installable in both Sublime 2 and 3. I’d like to drop support for 2 (now that 3 is out of beta), but I’m not entirely sure what the process is. Can I simply update the sublime_text value in the releases key of my fork of the PackageControl channel and push an update? Or is there something else I need to do?

0 Likes

#2

Yes, but you need to submit the change as a pull request to the upstream channel repo.

0 Likes

#3

Should this be done before or after I push a new tagged version of my plugin to my repo?

0 Likes

#4

Before. Otherwise people still on ST2 (which are negligible) would get the update to the incompatible version.

I’ll try to get my backlog on the channel done within the next days.

0 Likes