[Groonga-commit] pgroonga/pgroonga at 307f106 [master] Support tagging

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 28 21:33:09 JST 2015


Kouhei Sutou	2015-01-28 21:33:09 +0900 (Wed, 28 Jan 2015)

  New Revision: 307f106a95b5c6df6662599b1e938fbccc8ff56a
  https://github.com/pgroonga/pgroonga/commit/307f106a95b5c6df6662599b1e938fbccc8ff56a

  Message:
    Support tagging

  Modified files:
    Rakefile

  Modified: Rakefile (+8 -0)
===================================================================
--- Rakefile    2015-01-28 21:32:38 +0900 (d498c01)
+++ Rakefile    2015-01-28 21:33:09 +0900 (f951035)
@@ -25,3 +25,11 @@ end
 
 desc "Create release package"
 task :dist => archive_name
+
+desc "Tag #{version}"
+task :tag do
+  sh("git", "tag",
+     "-a", version,
+     "-m", "#{package} #{version} has been released!!!")
+  sh("git", "push", "--tags")
+end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index