Skip to content

Commit 15bb4a1

Browse files
committed
Call git release during the release process
1 parent 8504f9b commit 15bb4a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ Rake::RDocTask.new do |rd|
1818
rd.title = 'github-release'
1919
rd.rdoc_files.include("README.md", "lib/**/*.rb")
2020
end
21+
22+
task :release do
23+
sh "git release"
24+
end

0 commit comments

Comments
 (0)