Skip to content

Commit

Permalink
Call git release during the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed May 6, 2014
1 parent 8504f9b commit 15bb4a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ Rake::RDocTask.new do |rd|
rd.title = 'github-release'
rd.rdoc_files.include("README.md", "lib/**/*.rb")
end

task :release do
sh "git release"
end

0 comments on commit 15bb4a1

Please sign in to comment.