about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-06 01:27:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-06 01:27:45 +0000
commit1d1a2b1bd5bdd89f774f19bf8ad24c2f5f8a2d4c (patch)
tree3867970eeb384cba907d03037088eef590273d96 /Rakefile
parentcb48b1bc7231db7f53bec6e88e696dc53153750d (diff)
downloadunicorn-1d1a2b1bd5bdd89f774f19bf8ad24c2f5f8a2d4c.tar.gz
Since we do those, now.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d29aaa6..72f7a85 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