Skip to content

Commit

Permalink
Fix release and update to 3.5.3 (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: Eyal Bukchin <[email protected]>
  • Loading branch information
eyalb181 and eyalb181 committed Oct 31, 2022
1 parent 6ad9cd3 commit 8db2ddc
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
if: github.event_name != 'workflow_dispatch'
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: vsce publish ${{ steps.version.outputs.version }} --target darwin-arm64
run: cd vscode-ext && vsce publish ${{ steps.version.outputs.version }} --target darwin-arm64

- uses: actions/upload-artifact@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## 3.5.3

### Fixed
- Fixed broken release step for VS Code Darwin arm64 version

## 3.5.2

### Fixed
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.5.2"
version = "3.5.3"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion intellij-ext/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 3.5.2
pluginVersion = 3.5.3

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
4 changes: 2 additions & 2 deletions vscode-ext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "mirrord",
"description": "Run your local process in the context of your cloud cluster",
"publisher": "MetalBear",
"version": "3.5.2",
"version": "3.5.3",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 8db2ddc

Please sign in to comment.