summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17d1140dd..4d5ec0d89 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,7 @@ release:
git pull
# Tag the release
- git tag ${TAG}
+ git tag -f ${TAG}
#cd /home/ivan
git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz