Tags: workos/workos-ruby
Tags
fix: revert VERSION extraction to handle simple v-prefixed tags (#442) The `##*/v` pattern requires a `/` before `v` to match, so it doesn't strip the `v` from simple `v6.1.0` tags. Now that tags use `v6.1.0` format, the original `#v` pattern is correct. Co-authored-by: Garen J. Torikian <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
v6.0.0 (#434) * v6.0.0 --------- Co-authored-by: gjtorikian <[email protected]> Co-authored-by: Garen J. Torikian <[email protected]>
Add rake as a development dependency (#423) The rubygems/release-gem action requires rake to be in the bundle since it runs `bundle exec rake release`. This was missing, which caused the v5.31.1 publish to RubyGems to fail. Co-authored-by: Claude Opus 4.5 <[email protected]>
PreviousNext