Remember to release docs gem (#7066)

Merge pull request 7066
This commit is contained in:
jekyllbot 2018-06-17 11:36:54 -04:00 committed by GitHub
parent 6dbf8f469c
commit bbc9c99cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ task :release => :build do
sh "git push origin #{current_branch}"
sh "git push origin v#{version}"
sh "gem push pkg/#{name}-#{version}.gem"
puts "Do not forget to build and release the docs gem as well."
puts "https://github.com/jekyll/jekyll-docs#releasing"
end
desc "Build #{name} v#{version} into pkg/"