From b3f66e9e2e75abc40d4dd4c56678f35dc976b799 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 12:07:18 +0000 Subject: [PATCH] docs(changelog): note go cache in gitea pipelines --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 7ac0cb5..0a979eb 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Git operations for clone and track migrated to `go-git`. - Build and behavior workflows now produce and run the `gosick` binary name. - CI validation is unified into push events, running behavior tests only on `main` pushes. +- Gitea CI workflows now cache Go modules and build artifacts using a shared runner tool cache. - Gitea workflow and README badge updated from `push-unit-tests` to `push-validation`. - CLI help now uses the invoked binary name (defaulting to `gosick`) in usage output. - CLI help description now reflects Homesick's purpose for managing precious dotfiles.