about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-18 15:42:27 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-18 15:42:27 -0800
commitedfa7e60de5556b6abc9febe6a21e12dadbafd0b (patch)
tree697417e7bfdd823bffcc0b85eb3c8334ef51971f
parentd78a2075bdb0a30bf0064d2857011c330cc0d09e (diff)
downloadkgio-edfa7e60de5556b6abc9febe6a21e12dadbafd0b.tar.gz
Since we do prerelease nowadays before real ones.
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 663fd01..b687070 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@
 def tags
   timefmt = '%Y-%m-%dT%H:%M:%SZ'
   @tags ||= `git tag -l`.split(/\n/).map do |tag|
-    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