Skip to content

Commit ccd2ae7

Browse files
committed
fix: switch release-please to simple type for workspace compat
1 parent 5c948eb commit ccd2ae7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"packages": {
44
".": {
5-
"release-type": "rust",
5+
"release-type": "simple",
66
"package-name": "enigma",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
99
"extra-files": [
10-
"Cargo.toml"
10+
{
11+
"type": "toml",
12+
"path": "Cargo.toml",
13+
"jsonpath": "$.workspace.package.version"
14+
}
1115
]
1216
}
1317
}

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)