diff --git a/release-please-config.json b/release-please-config.json index 278aad02..204d4e02 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,5 +5,19 @@ "include-v-in-tag": true, "packages": { ".": {} - } + }, + "changelog-sections": [ + { "type": "feat", "section": "Features", "hidden": false }, + { "type": "fix", "section": "Bug Fixes", "hidden": false }, + { "type": "perf", "section": "Performance Improvements", "hidden": false }, + { "type": "revert", "section": "Reverts", "hidden": false }, + { "type": "docs", "section": "Documentation", "hidden": false }, + { "type": "style", "section": "Styles", "hidden": false }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "ci", "section": "Continuous Integration", "hidden": true }, + { "type": "deps", "section": "Dependencies", "hidden": true } + ] } diff --git a/renovate.json b/renovate.json index 0456ceae..faf36bbf 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,8 @@ ], "rangeStrategy": "bump", "semanticCommits": "enabled", + "semanticCommitType": "deps", + "semanticCommitScope": null, "vulnerabilityAlerts": { "labels": [ "security"