From c371b8bd126012d4bcf8dc5b10bcf0186f8c2232 Mon Sep 17 00:00:00 2001 From: Dev Mukherjee Date: Sat, 29 Jun 2024 14:15:38 +1000 Subject: [PATCH] reactor: adds prompt before a tag is published --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index f499dda..f2e7dd7 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,6 +4,7 @@ dotenv: ['.env'] tasks: publish:tag: + prompt: "Before we build, is the version number up to date?" desc: tags the current commit cmds: - git tag -a v$(poetry version | awk '{print $2}') -m "v$(poetry version | awk '{print $2}')"