Skip to content

Commit 435512a

Browse files
authored
fix(ci): Bump tauri.conf.json version as well. (#84)
1 parent 645d02f commit 435512a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"type": "toml",
88
"path": "src-tauri/Cargo.toml",
99
"jsonpath": "$.package.version"
10+
},
11+
{
12+
"type": "json",
13+
"path": "src-tauri/tauri.conf.json",
14+
"jsonpath": "$.version"
1015
}
1116
],
1217
"packages": {

0 commit comments

Comments
 (0)