fix(lst): missing , in versionRc

This commit is contained in:
2025-03-23 11:11:06 -05:00
parent e82208fc5e
commit c35726bf5c

View File

@@ -1,15 +1,15 @@
{ {
"types": [ "types": [
{"type": "feat", "section": "🌟 Enhancements"}, { "type": "feat", "section": "🌟 Enhancements" },
{"type": "fix", "section": "🐛 Bug fixes"}, { "type": "fix", "section": "🐛 Bug fixes" },
{"type": "chore", "hidden": false, "section": "📝 Chore"}, { "type": "chore", "hidden": false, "section": "📝 Chore" },
{"type": "docs", "section": "📚 Documentation"}, { "type": "docs", "section": "📚 Documentation" },
{"type": "style", "hidden": true}, { "type": "style", "hidden": true },
{"type": "refactor", "section": "🛠️ Code Refactor"}, { "type": "refactor", "section": "🛠️ Code Refactor" },
{"type": "perf", "hidden": false, "section": "🚀 Performance"}, { "type": "perf", "hidden": false, "section": "🚀 Performance" },
{"type": "test", "section": "📝 Testing Code"}, { "type": "test", "section": "📝 Testing Code" },
{"type": "ci", "hidden": false, "section": "📈 Project changes"} { "type": "ci", "hidden": false, "section": "📈 Project changes" },
{"type": "build", "hidden": true, "section": "📈 Project Builds"} { "type": "build", "hidden": true, "section": "📈 Project Builds" }
], ],
"commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}", "commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}",
"compareUrlFormat": "https://git.tuffraid.net/cowch/lstV2/compare/{{previousTag}}...{{currentTag}}", "compareUrlFormat": "https://git.tuffraid.net/cowch/lstV2/compare/{{previousTag}}...{{currentTag}}",