diff --git a/.versionrc.json b/.versionrc.json index 60b9b67..d4d30c0 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -1,17 +1,17 @@ { - "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": "🚀 Performance" }, - { "type": "test", "section": "📝 Testing Code" }, - { "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}}", - "header": "# All CHanges to LST can be found below.\n" + "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": "🚀 Performance" }, + { "type": "test", "section": "📝 Testing Code" }, + { "type": "ci", "hidden": true, "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}}", + "header": "# All CHanges to LST can be found below.\n" } diff --git a/server/scripts/zipUpBuild.ts b/server/scripts/zipUpBuild.ts index 141b4eb..fa6e7d8 100644 --- a/server/scripts/zipUpBuild.ts +++ b/server/scripts/zipUpBuild.ts @@ -103,7 +103,7 @@ const updateBuildNumber = (appLock: string) => { // Auto-commit changes execSync("git add package.json"); execSync( - `git commit -m "chore(release): bump build number to ${pkgJson.admConfig.build}"` + `git commit -m "ci(release): bump build number to ${pkgJson.admConfig.build}"` ); } else { createLog(