Navigation Menu

Skip to content

Commit

Permalink
Support tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent 83de03b commit 307f106
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Expand Up @@ -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

0 comments on commit 307f106

Please sign in to comment.