Skip to content

Commit aef7f5a

Browse files
committed
feat: Update release workflow
1 parent 000e28f commit aef7f5a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

justfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ new-release $version:
3838
just bump-version $version
3939
just build-release $version
4040
just publish-release $version
41+
just publish-marketplace $version
4142

4243
bump-version $version:
4344
#!/usr/bin/env bash
@@ -110,9 +111,9 @@ update-release $version:
110111
--clobber
111112

112113
publish-marketplace $version:
113-
@just vsce publish --packagePath ../release/$version/roughly-linux-x64.vsix
114-
@just vsce publish --packagePath ../release/$version/roughly-win32-x64.vsix
115-
@just vsce publish --packagePath ../release/$version/roughly.vsix
114+
@just vsce publish --pre-release --packagePath ../release/$version/roughly-linux-x64.vsix
115+
@just vsce publish --pre-release --packagePath ../release/$version/roughly-win32-x64.vsix
116+
@just vsce publish --pre-release --packagePath ../release/$version/roughly.vsix
116117

117118
# use rlib repos to test formatting
118119
rlib-clone:

src/server_async_lsp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ impl LanguageServer for ServerState {
198198
ControlFlow::Continue(())
199199
}
200200

201-
// inspireed by:
201+
// inspired by:
202202
// https://github.com/marceline-cramer/saturn-v/blob/93d1c8fd022f5b4905928d6e9154385c5b6822ab/lsp/src/lib.rs
203203
fn did_change(
204204
&mut self,

0 commit comments

Comments
 (0)