Skip to content

Commit

Permalink
fix: Start work towards manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent c7f7d30 commit 3439f99
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions release-please-config.json
Expand Up @@ -15,10 +15,7 @@
{"type": "ci", "section": "Continuous Integration", "hidden": true}
],
"packages": {
"packages/obsidian": {
"include-v-in-tag": false,
"include-component-in-tag": false
},
"packages/obsidian": {},
"packages/lib": {},
"packages/mermaid-electron-renderer": {},
".": {
Expand All @@ -34,12 +31,12 @@
"plugins": [
{
"type": "node-workspace",
"merge": true
"merge": false
},
{
"type": "./.build/linked-versions/index.js",
"type": "linked-versions",
"groupName": "obsidian packages",
"components": ["ignored"]
"components": ["obsidian-confluence", "obsidian-confluence-root", "@markdown-confluence/lib", "@markdown-confluence/mermaid-electron-renderer"]
}
]
}

0 comments on commit 3439f99

Please sign in to comment.