From 8a4bb108ede33dcd9eb3d1f11f5675a9d70a6fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Eichhorn?= Date: Mon, 16 Dec 2024 13:20:54 +0100 Subject: [PATCH] Create release-please-config.json --- release-please-config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..715c847 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,22 @@ +{ + "release-type": "node", + "packages": { + ".": { + } + }, + "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":"style","section":"Styles","hidden":true}, + {"type":"chore","section":"๐Ÿงน Miscellaneous Chores","hidden":false}, + {"type":"refactor","section":"Code Refactoring","hidden":true}, + {"type":"test","section":"Tests","hidden":true}, + {"type":"build","section":"๐Ÿ—๏ธ Build System","hidden":true}, + {"type":"ci","section":"Continuous Integration","hidden":true} + ], + "include-component-in-tag": false +}