From f6495f5efc2940d39aef4cd79f16a90ccdc223c5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 1 May 2017 10:49:50 +0300
Subject: [PATCH] - Make version tags annotated as recommended.

---
 .gitconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig
index 94109d6..57eba44 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -17,7 +17,7 @@
     serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
     staash = stash --all
     stat = status --short --branch
-    tag-version = !git tag -f "v$(cat VERSION)"
+    tag-version = !git tag -af "v$(cat VERSION)"
     tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
     trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease
 [color]
-- 
GitLab