From ee4574523f26b21a0be966f8e5cdecc1395286af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 17 Apr 2018 18:19:01 +0200 Subject: [PATCH] Include message in tfw.sh releasetfw --- hack/tfw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tfw.sh b/hack/tfw.sh index d80b737..81d823f 100755 --- a/hack/tfw.sh +++ b/hack/tfw.sh @@ -58,7 +58,7 @@ force_push_tag() { git tag -d "$TAG" > /dev/null 2>&1 || : git push --delete origin "$TAG" > /dev/null 2>&1 || : - git tag -s -m "$1" "$TAG" + git tag -s -m "TFW version $TAG released at $(date '+%H:%M:%S %Y-%m-%d')" "$TAG" git push origin "$TAG" }