Skip to content

Commit 396b829

Browse files
committed
Bump version, add release contributing guide
1 parent f8fc490 commit 396b829

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
66

77
This repo happens to also contain a language-server usable by other editors. If you'd like to use this language-server with e.g. Atom, for now, you have to clone the repo and run `npm run compile`. The language server will be at `server/out/server.js`. Wire that into your editor.
88

9-
109
## Repo Structure
1110

1211
```
@@ -123,3 +122,12 @@ The formatted result should be taken as-is, without any extra string trimming an
123122
The errors returned from `bsc.exe -format` should be discarded; in theory, they should have been duplicates of the errors from `.compiler.log`.
124123

125124
In the future, we should consier showing the format errors when `.compiler.log` isn't found.
125+
126+
## Release
127+
128+
Currently the release is vetted and done by @chenglou.
129+
130+
- Bump the version properly in `package.json` and make a new commit.
131+
- Make sure @ryyppy is aware of your changes. He needs to sync them over to the vim plugin.
132+
- 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.
133+
- 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.

package.json

Lines changed: 1 addition & 1 deletion
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.2",
6+
"version": "1.0.3",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"

0 commit comments

Comments
 (0)