- Bump the version in
lib/ruby_llm/schema/version.rb - Run
bundle installto update the gemspec - Commit the changes with a message like "Bump version to X.Y.Z"
- Run
bundle exec rake release:prepareto create a release branch and push it to GitHub - Github Actions will run the tests and publish the gem if they pass
- Delete the release branch:
git branch -d release/<version> && git push origin --delete release/<version>