Skip to content

Commit 6e40e2b

Browse files
committed
actions: release
version 1.7.9 fixing some build system compatability bugs
1 parent e013e32 commit 6e40e2b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,19 @@ NOTE it's important that you don't run the `RunTests.exe` from within an esy she
177177
- Edit the files in editor-extensions/vscode/src/syntaxes
178178
- Run `cd editor-extensions/vscode && npm run build-syntaxes`
179179

180-
## To test your changes in one of the example projects
180+
### To test your changes in one of the example projects
181181
- Open the "Debug" pane in VS Code. Select a debug target. Press "Run"
182182
- It should start up a window titled `[Extension development host]`
183183
- Run `npm install && npm run build` in the project directory
184184
- To reload the server if something goes wrong: `Ctrl/Cmd + Shift + P` "Restart Reason Language Server"
185185

186186
You can then develop on the language server! When you change something, the server will automatically reload.
187187

188+
### Building a new release
189+
190+
- Add a commit with the message `actions: release` (it can have anything in the body), that increments the version in `extensions/vscode/package.json` to the desired version. Github actions will see that commit, and build a new github release.
191+
- then download the .vsix, briefly test it locally, and then use `vsce` to publish the release
192+
188193
## Copyright & License
189194

190195
Copyright © 2018 Jared Forsyth and contributors.

editor-extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "IDE & Syntax support for Reason/OCaml",
44
"author": "Jared Forsyth",
55
"license": "ISC",
6-
"version": "1.7.8",
6+
"version": "1.7.9",
77
"publisher": "jaredly",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)