Skip to content

Commit 39bf350

Browse files
authored
New beta (#174)
1 parent 19f0da7 commit 39bf350

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ In the future, we should consier showing the format errors when `.compiler.log`
166166

167167
Currently the release is vetted and done by @chenglou.
168168

169-
- Bump the version properly in `package.json` and `server/package.json` and their lockfiles and make a new commit.
170-
- Make sure @ryyppy is aware of your changes. He needs to sync them over to the vim plugin.
171-
- Download and unzip the 3 platforms' production binaries from the Github CI. Put them into `server/analysis_binaries`.
172-
- Use `vsce publish` to publish. Official VSCode guide [here](https://code.visualstudio.com/api/working-with-extensions/publishing-extension). Only @chenglou has the publishing rights right now.
173-
- Not done! Make a new manual release [here](https://github.com/rescript-lang/rescript-vscode/releases); use `vsce package` to package up a standalone `.vsix` plugin and attach it onto that new release. This is for folks who don't use the VSCode marketplace.
169+
1. Bump the version properly in `package.json` and `server/package.json` and their lockfiles and make a new commit.
170+
2. Make sure @ryyppy is aware of your changes. He needs to sync them over to the vim plugin.
171+
3. Download and unzip the 3 platforms' production binaries from the Github CI. Put them into `server/analysis_binaries`.
172+
4. Use `vsce publish` to publish. Official VSCode guide [here](https://code.visualstudio.com/api/working-with-extensions/publishing-extension). Only @chenglou has the publishing rights right now.
173+
5. Not done! Make a new manual release [here](https://github.com/rescript-lang/rescript-vscode/releases); use `vsce package` to package up a standalone `.vsix` plugin and attach it onto that new release. This is for folks who don't use the VSCode marketplace.
174174

175-
For beta releases, we just do the last step and ask folks to try it.
175+
For beta releases, skip step 4. Ask folks to try the `.vsix` directly.

package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The official VSCode plugin for ReScript.",
44
"author": "chenglou",
55
"license": "MIT",
6-
"version": "1.0.8",
6+
"version": "1.1.0-beta.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

server/package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rescript-language-server",
33
"description": "ReScript's language-server",
4-
"version": "1.0.0",
4+
"version": "1.1.0-beta.2",
55
"author": "chenglou",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)