Skip to content

Commit

Permalink
fix: Add root component to linked-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent 886556a commit f2e1541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Expand Up @@ -20,6 +20,7 @@
"group-pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {
"component": "root",
"release-type": "simple",
"extra-files": [
{
Expand All @@ -42,7 +43,7 @@
"type": "linked-versions",
"group-name": "all packages",
"components": [
"obsidian-confluence", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer"
"root", "obsidian-confluence", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer"
]
}]
}

0 comments on commit f2e1541

Please sign in to comment.