Skip to content

Commit

Permalink
chore: update release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Nov 18, 2023
1 parent b35ca05 commit c5f2ef8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"plugins": [ "node-workspace" ],
"packages": {
"libs/composables": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": true
}
"libs/composables": {}
}
}

0 comments on commit c5f2ef8

Please sign in to comment.