- Run tests
bundle install --binstubs bin/rspec --format doc
- Increase the version in the
lib/configcat/version.rb
file. - Commit & Push
Use the same version for the git tag as in the version.rb
.
-
Via git tag
- Create a new version tag.
git tag v[MAJOR].[MINOR].[PATCH]
Example:
git tag v2.5.5
- Push the tag.
git push origin --tags
- Create a new version tag.
-
Via Github release
Create a new Github release with a new version tag and release notes.
Make sure the new version is available on RubyGems.
Update and test sample apps with the new SDK version.
gem update configcat