Skip to content

Commit

Permalink
chore(ci): Tweak Cargo.toml version updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Nov 12, 2024
1 parent 3c2bc38 commit def6d0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"extra-files": ["src-tauri/Cargo.toml"],
"extra-files": [
{
"type": "toml",
"path": "src-tauri/Cargo.toml",
"jsonpath": "$.package.version"
}
],
"packages": {
".": {}
}
Expand Down

0 comments on commit def6d0b

Please sign in to comment.