Skip to content

Commit

Permalink
fix(ci): Bump tauri.conf.json version as well. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Nov 12, 2024
1 parent 645d02f commit 435512a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"type": "toml",
"path": "src-tauri/Cargo.toml",
"jsonpath": "$.package.version"
},
{
"type": "json",
"path": "src-tauri/tauri.conf.json",
"jsonpath": "$.version"
}
],
"packages": {
Expand Down

0 comments on commit 435512a

Please sign in to comment.