fix(cli): Improve commit message logging
This commit is contained in:
parent
f5d78f3b40
commit
6ec5d275bb
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-03-07 - 1.13.1 - fix(cli)
|
||||||
|
Improve commit message logging
|
||||||
|
|
||||||
|
- Updated logging to display recommended next commit details.
|
||||||
|
- Enabled interactive prompt for choosing commit type and scope.
|
||||||
|
|
||||||
## 2025-02-28 - 1.13.0 - feat(templates)
|
## 2025-02-28 - 1.13.0 - feat(templates)
|
||||||
Updated and added new TypeScript template files for npm projects
|
Updated and added new TypeScript template files for npm projects
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
name: '@git.zone/cli',
|
||||||
version: '1.13.0',
|
version: '1.13.1',
|
||||||
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user