Skip to content

Commit

Permalink
fix: Enable merge due to not having linked-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent fb6ae8d commit 8850884
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include-v-in-tag": false,
"include-v-in-tag": false,
"include-component-in-tag": false,
"release-type": "node",

Expand All @@ -17,7 +17,6 @@
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
],
"group-pull-request-title-pattern": "chore: release ${component} ${version}",
"packages": {
"packages/obsidian": {},
"packages/lib": {},
Expand All @@ -37,12 +36,7 @@
"plugins": [
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "all packages",
"components": [""]
"merge": true
}
]
}

0 comments on commit 8850884

Please sign in to comment.