feat(lst): intial scafolding for the new system

This commit is contained in:
2025-02-16 19:07:03 -06:00
parent 5c5bce024c
commit 2e0253636e
34 changed files with 679 additions and 29 deletions

16
.versionrc.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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`"
}