feat(mod_commit): Add execution plan output to commit command

This commit is contained in:
2025-12-14 11:46:42 +00:00
parent 6deba06443
commit e1076a60ad
5 changed files with 78 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.5.0',
version: '2.6.0',
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.'
}