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:34:00 +0000
commit5a220b889ba9e56ea9fea24bbae4e38e7d7e31d5 (patch)
tree155c8d488abcd429fd9f9160968919e3326af766
parent1ad510d645e0c84c8d352ac0deaeefa75240ea94 (diff)
downloadunicorn-5a220b889ba9e56ea9fea24bbae4e38e7d7e31d5.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 f345618..15a0f61 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