Skip to content

Commit a7eb0c6

Browse files
committed
fix(release): switch to rust release-type for Cargo.toml versioning
release-type: simple with generic extra-files did not update Cargo.toml version field. Switch to release-type: rust which natively manages Cargo.toml versions.
1 parent e8cabc5 commit a7eb0c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

release-please-config.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"release-type": "simple",
3+
"release-type": "rust",
44
"bump-minor-pre-major": true,
55
"bump-patch-for-minor-pre-major": false,
66
"include-v-in-tag": true,
@@ -18,13 +18,7 @@
1818
"packages": {
1919
".": {
2020
"component": "oxidized-client-headless",
21-
"changelog-path": "CHANGELOG.md",
22-
"extra-files": [
23-
{
24-
"type": "generic",
25-
"path": "Cargo.toml"
26-
}
27-
]
21+
"changelog-path": "CHANGELOG.md"
2822
}
2923
}
3024
}

0 commit comments

Comments
 (0)