Skip to content

Commit d5c5c2a

Browse files
committed
Add shebang to release script
1 parent 0931c98 commit d5c5c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release_version.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
# A script that increments the language server version,
24
# updates the npm package versions of the editor extensions,
35
# updates the changelog and creates an annotated Git tag.

0 commit comments

Comments
 (0)