From 3439f997b0959a8471d224963fba8b650f6f529a Mon Sep 17 00:00:00 2001 From: Andrew McClenaghan Date: Tue, 18 Apr 2023 15:59:19 +1000 Subject: [PATCH] fix: Start work towards manual release --- release-please-config.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 796afcae..5671e9a7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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": {}, ".": { @@ -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"] } ] }