fix(mod_commit): Stage and commit deno.json when bumping/syncing versions and create/update git tags

This commit is contained in:
2025-10-23 18:24:13 +00:00
parent 7bb43ad478
commit c45cff89de
3 changed files with 40 additions and 3 deletions

View File

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