Skip to content

Commit

Permalink
Merge pull request #5 from kiwigrid/jekkel-patch-1
Browse files Browse the repository at this point in the history
Create release-please-config.json
  • Loading branch information
jekkel authored Dec 16, 2024
2 parents 191ada3 + 8a4bb10 commit 250b981
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 250b981

Please sign in to comment.