Skip to content

Commit 2e58cc1

Browse files
committed
ci: downgrade release please
1 parent b6b6808 commit 2e58cc1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
".": "0.10.0"
2+
".": "0.9.2",
3+
"extra-files": [
4+
{
5+
"type": "toml",
6+
"path": "Cargo.toml",
7+
"jsonpath": "$.package.version"
8+
}
9+
]
310
}

release-please-config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
"release-type": "python",
55
"package-name": "rustac",
66
"bump-minor-pre-major": true,
7-
"bump-patch-for-minor-pre-major": true,
8-
"extra-files": [
9-
{
10-
"type": "toml",
11-
"path": "Cargo.toml",
12-
"jsonpath": "$.package.version"
13-
}
14-
]
7+
"bump-patch-for-minor-pre-major": true
158
}
169
},
1710
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)