Skip to content

Commit

Permalink
fix: Only remove component from tag name for Obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent c913a86 commit 84c6628
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions release-please-config.json
@@ -1,8 +1,5 @@
{
"include-v-in-tag": false,
"include-component-in-tag": false,
"release-type": "node",

"release-type": "node",
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
Expand All @@ -18,7 +15,10 @@
{"type": "ci", "section": "Continuous Integration", "hidden": true}
],
"packages": {
"packages/obsidian": {},
"packages/obsidian": {
"include-v-in-tag": false,
"include-component-in-tag": false
},
"packages/lib": {},
"packages/mermaid-electron-renderer": {},
".": {
Expand Down

0 comments on commit 84c6628

Please sign in to comment.