- Update
CHANGELOG.md - Update
lib/addressable/version.rbwith the new version - Run
rake gem:gemspecto update gemspec - Run
rake gem:installto 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:createto create tag in git - Push tag to upstream:
git push --tags upstream - Watch GitHub Actions build and push the gem to RubyGems.org