Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 255 Bytes

RELEASE.md

File metadata and controls

11 lines (6 loc) · 255 Bytes

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