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 a8d4e4e commit cb73744Copy full SHA for cb73744
scripts/release-server.sh
@@ -19,5 +19,6 @@ yarn install
19
yarn run verify:bail
20
21
cd server
22
-npm publish --tag beta
+npm publish
23
+# npm publish --tag beta # for releasing beta versions
24
tagRelease $tag
server/package.json
@@ -3,7 +3,7 @@
3
"description": "A language server for Bash",
4
"author": "Mads Hartmann",
5
"license": "MIT",
6
- "version": "4.0.0-beta.7",
+ "version": "4.0.0",
7
"publisher": "mads-hartmann",
8
"main": "./out/server.js",
9
"typings": "./out/server.d.ts",
0 commit comments