From 2b9e3f6ccfba9a5ac47080cfb462037677cfe4f9 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 21 Aug 2023 16:25:57 +0200 Subject: [PATCH] chore: try to format release-please change log --- release-please-config.json | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 release-please-config.json diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 000000000..bc9a53ea3 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,63 @@ +{ + "changelog-sections": [ + { + "type": "feat", + "section": "Features", + "hidden": false + }, + { + "type": "feature", + "section": "Features" + }, + { + "type": "fix", + "section": "Updates and Bug Fixes", + "hidden": false + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + }, + { + "type": "chore", + "section": "Miscellaneous", + "hidden": true + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "refactor", + "section": "Code Refactoring", + "hidden": true + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "", + "section": "Changes", + "hidden": true + } + ], + "packages": { + ".": {} + } +}