Skip to content

Commit

Permalink
chore(tap-core): release v1 (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
  • Loading branch information
aasseman committed Mar 27, 2024
1 parent 1a1edf0 commit 037198b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"draft": false,
"packages": {
"tap_core": {},
"tap_aggregator": {}
"tap_core": {
"release-as": "1.0.0"
},
"tap_aggregator": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true
}
},
"plugins": [
{
"type": "cargo-workspace"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit 037198b

Please sign in to comment.