Skip to content

Commit 8db2ddc

Browse files
committed
Fix release and update to 3.5.3 (#675)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent 6ad9cd3 commit 8db2ddc

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
if: github.event_name != 'workflow_dispatch'
235235
env:
236236
VSCE_PAT: ${{ secrets.VSCE_PAT }}
237-
run: vsce publish ${{ steps.version.outputs.version }} --target darwin-arm64
237+
run: cd vscode-ext && vsce publish ${{ steps.version.outputs.version }} --target darwin-arm64
238238

239239
- uses: actions/upload-artifact@v3
240240
with:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10+
## 3.5.3
11+
12+
### Fixed
13+
- Fixed broken release step for VS Code Darwin arm64 version
14+
1015
## 3.5.2
1116

1217
### Fixed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818

1919
# latest commits on rustls suppress certificate verification
2020
[workspace.package]
21-
version = "3.5.2"
21+
version = "3.5.3"
2222
edition = "2021"
2323
license = "MIT"
2424
readme = "README.md"

intellij-ext/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.metalbear.mirrord
55
pluginName = mirrord
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.5.2
7+
pluginVersion = 3.5.3
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "mirrord",
44
"description": "Run your local process in the context of your cloud cluster",
55
"publisher": "MetalBear",
6-
"version": "3.5.2",
6+
"version": "3.5.3",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)