We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1edf0 commit 037198bCopy full SHA for 037198b
release-please-config.json
@@ -1,18 +1,21 @@
1
{
2
"changelog-path": "CHANGELOG.md",
3
"release-type": "rust",
4
- "bump-minor-pre-major": true,
5
- "bump-patch-for-minor-pre-major": true,
6
- "prerelease": true,
7
"draft": false,
8
"packages": {
9
- "tap_core": {},
10
- "tap_aggregator": {}
+ "tap_core": {
+ "release-as": "1.0.0"
+ },
+ "tap_aggregator": {
+ "bump-minor-pre-major": true,
11
+ "bump-patch-for-minor-pre-major": true,
12
+ "prerelease": true
13
+ }
14
},
15
"plugins": [
16
17
"type": "cargo-workspace"
18
}
19
],
20
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
-}
21
+}
0 commit comments