Skip to content

Commit 037198b

Browse files
authored
chore(tap-core): release v1 (#221)
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 1a1edf0 commit 037198b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

release-please-config.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"changelog-path": "CHANGELOG.md",
33
"release-type": "rust",
4-
"bump-minor-pre-major": true,
5-
"bump-patch-for-minor-pre-major": true,
6-
"prerelease": true,
74
"draft": false,
85
"packages": {
9-
"tap_core": {},
10-
"tap_aggregator": {}
6+
"tap_core": {
7+
"release-as": "1.0.0"
8+
},
9+
"tap_aggregator": {
10+
"bump-minor-pre-major": true,
11+
"bump-patch-for-minor-pre-major": true,
12+
"prerelease": true
13+
}
1114
},
1215
"plugins": [
1316
{
1417
"type": "cargo-workspace"
1518
}
1619
],
1720
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
18-
}
21+
}

0 commit comments

Comments
 (0)