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 +}