You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Try a better prod binary name
This is so that in activity monitor and other places, they look idiomatic and debuggable
* Unify with dev binary name
* Provide link to the matrix merge semantic and syntax
@@ -164,6 +164,6 @@ Currently the release is vetted and done by @chenglou.
164
164
165
165
- Bump the version properly in `package.json` and `server/package.json` and their lockfiles and make a new commit.
166
166
- Make sure @ryyppy is aware of your changes. He needs to sync them over to the vim plugin.
167
-
- Download and unzip the 3 platforms' production binaries from the Github CI. Put them into `server/analysis_binaries`. Name them `darwin-run.exe`, `linux-run.exe` and `win32-run.exe`.
167
+
- Download and unzip the 3 platforms' production binaries from the Github CI. Put them into `server/analysis_binaries`.
168
168
- 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.
169
169
- 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.
0 commit comments