Skip to content

Release Protocol

Douglas Eichelberger edited this page Apr 3, 2023 · 2 revisions

Using v0.5.2 as an example:

  • Update version and changelog with new version info, bundle to update Gemfile.lock, and commit with message "Prepare v0.5.2"

  • Create tag v0.5.2 and build and push yard-sorbet-0.5.2.gem to rubygems.org:

bundle exec rake release
  • Push package to github:
gem push --key github --host https://rubygems.pkg.github.com/dduugg pkg/yard-sorbet-0.5.2.gem
Clone this wiki locally