From cb4a02d1ef52ce2e2fcdd58fa592b224952c3929 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 15 Apr 2025 15:35:33 +0000 Subject: [PATCH] feat(tsconfig_update): Add runafter directive to trigger gitzone format after tsconfig update --- assets/templates/tsconfig_update/.smartscaf.yml | 2 ++ changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 assets/templates/tsconfig_update/.smartscaf.yml diff --git a/assets/templates/tsconfig_update/.smartscaf.yml b/assets/templates/tsconfig_update/.smartscaf.yml new file mode 100644 index 0000000..8a3c304 --- /dev/null +++ b/assets/templates/tsconfig_update/.smartscaf.yml @@ -0,0 +1,2 @@ +runafter: + - gitzone format diff --git a/changelog.md b/changelog.md index 4a99a3c..f7ad589 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f3fb537..1099a8a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }