Skip to content

Commit

Permalink
fix: Try reordering plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent 861ae0a commit 42706d9
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions release-please-config.json
Expand Up @@ -36,14 +36,15 @@
},
"plugins": [
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"group-name": "all packages",
"components": [
"root", "obsidian-confluence", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer"
]
}]
"type": "linked-versions",
"group-name": "all packages",
"components": [
"root", "obsidian-confluence", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer"
]
},
{
"type": "node-workspace",
"merge": false
}
]
}

0 comments on commit 42706d9

Please sign in to comment.