feat(tsconfig_update): Add runafter directive to trigger gitzone format after tsconfig update
This commit is contained in:
parent
9e39444daa
commit
cb4a02d1ef
2
assets/templates/tsconfig_update/.smartscaf.yml
Normal file
2
assets/templates/tsconfig_update/.smartscaf.yml
Normal file
@ -0,0 +1,2 @@
|
||||
runafter:
|
||||
- gitzone format
|
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-15 - 1.14.0 - feat(tsconfig_update)
|
||||
Add runafter directive to trigger gitzone format after tsconfig update
|
||||
|
||||
- Added runafter configuration in assets/templates/tsconfig_update/.smartscaf.yml to automate formatting task
|
||||
|
||||
## 2025-03-07 - 1.13.1 - fix(cli)
|
||||
Improve commit message logging
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.13.1',
|
||||
version: '1.14.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.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user