diff --git a/.versionrc b/.versionrc new file mode 100644 index 0000000..3a4c45c --- /dev/null +++ b/.versionrc @@ -0,0 +1,14 @@ +{ + "types": [ + { "type": "feat", "section": "🆕 Features", "hidden": false }, + { "type": "fix", "section": "🐛 Bug Fixes", "hidden": false }, + { "type": "chore", "section": "🔧 Others", "hidden": false }, + { "type": "docs", "section": "📝 Docs", "hidden": false }, + { "type": "style", "section": "🎨 Styling", "hidden": false }, + { "type": "refactor", "section": "🔄 Code Refactoring", "hidden": false }, + { "type": "perf", "section": "📈 Performance Improvements", "hidden": false }, + { "type": "test", "section": "🔬 Tests", "hidden": false }, + { "type": "ci", "section": "☁️ CI", "hidden": false } + ], + "commit-all": true +}