Skip to content

Commit

Permalink
fix sync lockfile covector
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 2, 2024
1 parent 1b4183c commit 697b18e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 39 deletions.
6 changes: 2 additions & 4 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,11 @@
"tauri-cli": {
"path": "./crates/tauri-cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils", "tauri-macos-sign"],
"postversion": "cargo check"
"dependencies": ["tauri-bundler", "tauri-utils", "tauri-macos-sign"]
},
"tauri-driver": {
"path": "./crates/tauri-driver",
"manager": "rust",
"postversion": "cargo check"
"manager": "rust"
}
}
}
16 changes: 0 additions & 16 deletions .changes/msrv-bump.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changes/v2-stable.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
createRelease: true
recognizeContributors: true

- name: Sync Cargo.lock
if: steps.covector.outputs.commandRan == 'version'
run: cargo tree --depth 0

- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
uses: tauri-apps/create-pull-request@v3
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri-cli/metadata-v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "1.0.0",
"version": "2.0.0",
"node": ">= 10.0.0"
},
"tauri": "2.0.0",
Expand Down

0 comments on commit 697b18e

Please sign in to comment.