Skip to content

Commit 048d812

Browse files
ci (release-please): fix nested cargo.toml versioning
1 parent 2e8a850 commit 048d812

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

release-please-config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
"packages": {
44
".": {
55
"changelog-path": "CHANGELOG.md",
6-
"release-type": "rust",
6+
"release-type": "simple",
77
"bump-minor-pre-major": false,
88
"bump-patch-for-minor-pre-major": false,
99
"draft": false,
10-
"prerelease": false
10+
"prerelease": false,
11+
"extra-files": [
12+
{
13+
"type": "toml",
14+
"path": "src-tauri/Cargo.toml",
15+
"jsonpath": "$.package.version"
16+
}
17+
]
1118
}
1219
}
1320
}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lunch"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Cross-platform restaurant selector"
55
authors = ["Lance"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)