17 lines
828 B
JSON
17 lines
828 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": "🚀 Code Refactor" },
|
|
{ "type": "test", "section": "📝 Testing Code" },
|
|
{ "type": "ci", "section": "📈 Project changes" }
|
|
],
|
|
"commitUrlFormat": "https://git.tuffraid.net/cowch/Lst_Backend/commits{{hash}}",
|
|
"compareUrlFormat": "https://git.tuffraid.net/cowch/Lst_Backend/compare/{{previousTag}}...{{currentTag}}",
|
|
"header": "# All notable changes to the LST project will be documented in this file.\n`"
|
|
}
|