build(build): removed from showing in the change log

This commit is contained in:
2025-03-23 11:10:00 -05:00
parent 9bdca3317c
commit e82208fc5e
2 changed files with 165 additions and 124 deletions

View File

@@ -8,7 +8,8 @@
{"type": "refactor", "section": "🛠️ Code Refactor"},
{"type": "perf", "hidden": false, "section": "🚀 Performance"},
{"type": "test", "section": "📝 Testing Code"},
{"type": "ci", "section": "📈 Project changes"}
{"type": "ci", "hidden": false, "section": "📈 Project changes"}
{"type": "build", "hidden": true, "section": "📈 Project Builds"}
],
"commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}",
"compareUrlFormat": "https://git.tuffraid.net/cowch/lstV2/compare/{{previousTag}}...{{currentTag}}",