From 73ea958655181e51225b0178f763da33fc8fa22e Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 13 Feb 2026 14:31:30 +0100 Subject: [PATCH] chore: remove [skip ci] from version sync and update image tag --- .env | 2 +- .husky/pre-push | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 06df8cf..3eb337b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Project -IMAGE_TAG=v1.8.0 +IMAGE_TAG=v1.8.2 PROJECT_NAME=at-mintel PROJECT_COLOR=#82ed20 GITEA_TOKEN=ccce002e30fe16a31a6c9d5a414740af2f72a582 diff --git a/.husky/pre-push b/.husky/pre-push index 3f7537e..308ffc2 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -17,7 +17,7 @@ do # Stage and commit git add $SYNC_FILES - git commit -m "chore: sync versions to $TAG [skip ci]" --no-verify + git commit -m "chore: sync versions to $TAG" --no-verify # Force update the local tag to point to the new commit git tag -f "$TAG" > /dev/null