From 2a9b571b7afdf9201b391bee1cb07ae9963e8b96 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 14:31:45 -0500 Subject: [PATCH] refactor(versionrc): alloed project changes to show in the changelog --- .versionrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.versionrc.json b/.versionrc.json index cc1d19c..0bf7272 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -8,7 +8,7 @@ { "type": "refactor", "section": "🛠️ Code Refactor" }, { "type": "perf", "hidden": false, "section": "🚀 Performance" }, { "type": "test", "section": "📝 Testing Code" }, - { "type": "ci", "hidden": true, "section": "📈 Project changes" }, + { "type": "ci", "hidden": false, "section": "📈 Project changes" }, { "type": "build", "hidden": true, "section": "📈 Project Builds" } ], "commitUrlFormat": "https://git.tuffraid.net/cowch/logistics_support_tool/commits/{{hash}}",