How to maintain LSP - sublimelsp/LSP GitHub Wiki
How to make LSP releases?
- Create new messages file.
- Run
./LSP/scripts/release.py build.
That will create new commit and tag. Push the git changes and make sure to push the git tag.
[!NOTE] There is also a way to publish new GitHub release using
./LSP/scripts/release.py publishbut Github token is needed, but you can do that manually instead here https://github.com/sublimelsp/LSP/releases/new