17 lines
809 B
JSON
17 lines
809 B
JSON
{
|
|
"types": [
|
|
{"type": "feat", "section": "🌟 Enhancements"},
|
|
{"type": "fix", "section": "🐛 Bug fixes"},
|
|
{"type": "chore", "hidden": false, "section": "📝 Chore"},
|
|
{"type": "docs", "section": "📚 Documentation"},
|
|
{"type": "style", "hidden": true},
|
|
{"type": "refactor", "section": "🛠️ Code Refactor"},
|
|
{"type": "perf", "hidden": false, "section": "🚀 Performance"},
|
|
{"type": "test", "section": "📝 Testing Code"},
|
|
{"type": "ci", "section": "📈 Project changes"}
|
|
],
|
|
"commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}",
|
|
"compareUrlFormat": "https://git.tuffraid.net/cowch/lstV2/compare/{{previousTag}}...{{currentTag}}",
|
|
"header": "# All CHanges to LST can be found below.\n"
|
|
}
|