Skip to content

Commit

Permalink
fix: Update config to be simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent b87659e commit 6fff68e
Showing 1 changed file with 16 additions and 53 deletions.
69 changes: 16 additions & 53 deletions release-please-config.json
@@ -1,58 +1,8 @@
{
"packages": {
"packages/obsidian": {
"component": "obsidian-confluence",
"release-type": "node",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
}
],
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "deps", "section": "Dependencies"},
{"type": "revert", "section": "Reverts"},
{"type": "docs", "section": "Documentation"},
{"type": "test", "section": "Tests"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
}
},
"packages/lib": {
"component": "@markdown-confluence/lib",
"release-type": "node",
"include-v-in-tag": false,
"include-v-in-tag": false,
"include-component-in-tag": false,
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "deps", "section": "Dependencies"},
{"type": "revert", "section": "Reverts"},
{"type": "docs", "section": "Documentation"},
{"type": "test", "section": "Tests"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
},
"packages/mermaid-electron-renderer": {
"component": "@markdown-confluence/mermaid-electron-renderer",
"release-type": "node",
"include-v-in-tag": false,
"include-component-in-tag": false,

"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
Expand All @@ -66,8 +16,21 @@
{"type": "chore", "section": "Miscellaneous Chores", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
],
"group-pull-request-title-pattern": "chore: release ${version}",
"packages": {
"packages/obsidian": {
"extra-files": [
{
"type": "json",
"path": "../../manifest.json",
"jsonpath": "$.version"
}
]
}
},
"packages/lib": {},
"packages/mermaid-electron-renderer": {},
"plugins": [
{
"type": "node-workspace",
Expand Down

0 comments on commit 6fff68e

Please sign in to comment.