Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rainbow/maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'rainbow/maintainer')
-rwxr-xr-xrainbow/maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbow/maintainer b/rainbow/maintainer
index cd86f1a..607152c 100755
--- a/rainbow/maintainer
+++ b/rainbow/maintainer
@@ -25,7 +25,7 @@ commit:
git commit --allow-empty -a -m "$(NV)."
$(GITDIR)/refs/tags/$(NV):
- git tag -s -m "$(NV)" $(NV)
+ git tag -s -f -m "$(NV)" $(NV)
tag: $(GITDIR)/refs/tags/$(NV)