fix(mod_commit): Improve commit workflow: detect project type and current branch; add robust version bump helpers for npm/deno

This commit is contained in:
2025-10-23 18:18:08 +00:00
parent 422761806d
commit 8dcaf1c631
4 changed files with 223 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.18.7',
version: '1.18.8',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}