To release a new version of the PyLS you need to follow these steps: Close the current milestone on Github git pull or git fetch/merge git tag -a X.X.X -m 'Release X.X.X' git push upstream --tags Publish release in our Github Releases page