about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-06 01:27:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-27 19:44:11 +0000
commit928a88d5419210380078a2e141cb64d308719295 (patch)
tree9e4e35786b4eb2dc8b0a35f876f0214c0e686da7
parent74dec350d93b88c0a5bd792239671097901e2393 (diff)
downloadunicorn-928a88d5419210380078a2e141cb64d308719295.tar.gz
Since we do those, now.
(cherry picked from commit 1d1a2b1bd5bdd89f774f19bf8ad24c2f5f8a2d4c)
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ec427b3..b680df6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,7 +15,7 @@ def tags
   timefmt = '%Y-%m-%dT%H:%M:%SZ'
   @tags ||= `git tag -l`.split(/\n/).map do |tag|
     next if tag == "v0.0.0"
-    if %r{\Av[\d\.]+\z} =~ tag
+    if %r{\Av[\d\.]+} =~ tag
       header, subject, body = `git cat-file tag #{tag}`.split(/\n\n/, 3)
       header = header.split(/\n/)
       tagger = header.grep(/\Atagger /).first