Skip to content

Commit

Permalink
fix: release-please update .lock files
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Mar 8, 2024
1 parent 3853eef commit 23b681c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core_lib/Cargo.lock

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

4 changes: 2 additions & 2 deletions frontend/src-tauri/Cargo.lock

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

15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,25 @@
"path": "core_lib/Cargo.toml",
"jsonpath": "package.version"
},
{
"type": "toml",
"path": "core_lib/Cargo.lock",
"jsonpath": "$.package[?(@.name.value == 'rqs_lib')].version"
},
{
"type": "toml",
"path": "frontend/src-tauri/Cargo.toml",
"jsonpath": "package.version"
},
{
"type": "toml",
"path": "frontend/src-tauri/Cargo.lock",
"jsonpath": "$.package[?(@.name.value == 'rqs_lib')].version"
},
{
"type": "toml",
"path": "frontend/src-tauri/Cargo.lock",
"jsonpath": "$.package[?(@.name.value == 'rquickshare')].version"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 23b681c

Please sign in to comment.