- Update
CHANGELOG.md
- Update
lib/addressable/version.rb
with the new version - Run
rake gem:gemspec
to update gemspec - Run
rake gem:install
to sanity check your work - Create pull request with all that
- Merge the pull request when CI is green
- Ensure you have latest changes locally
- Run
VERSION=x.y.z rake git:tag:create
to create tag in git - Push tag to upstream:
git push --tags upstream
- Watch GitHub Actions build and push the gem to RubyGems.org