We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc37ee commit 46c04c0Copy full SHA for 46c04c0
RELEASE.md
@@ -0,0 +1,11 @@
1
+To release a new version of the PyLS you need to follow these steps:
2
+
3
+* Close the current milestone on Github
4
5
+* git pull or git fetch/merge
6
7
+* git tag -a X.X.X -m 'Release X.X.X'
8
9
+* git push upstream --tags
10
11
+* Publish release in our Github Releases page
0 commit comments