From 36d5fec41fb9e887f84c7141375af698463f5f30 Mon Sep 17 00:00:00 2001 From: d34dscene Date: Thu, 23 Oct 2025 19:38:47 +0200 Subject: [PATCH] cleanup --- taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskfile.yaml b/taskfile.yaml index 532df60..70e67e4 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -88,7 +88,7 @@ tasks: cleanup:tags: desc: "Delete all tags older than cutoff (local + remote)" vars: - CUTOFF: '{{.CUTOFF | default "v0.6.0"}}' + CUTOFF: '{{.CUTOFF | default "v0.7.0"}}' cmds: - | for tag in $(git tag | sort -V | awk '$1 < "{{.CUTOFF}}"'); do