Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: workos/workos-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: workos/workos-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-release-tag-format
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 10, 2026

  1. fix: use simple v-prefixed tags and fix gem publish path

    Release Please was creating tags like `workos/v6.1.0` instead of
    `v6.1.0` because `include-component-in-tag` defaults to true. This
    caused the publish workflow to look for `pkg/workos-workos/v6.1.0.gem`
    instead of `pkg/workos-6.1.0.gem`.
    
    - Set `include-component-in-tag: false` in release-please-config.json
    - Update VERSION extraction in release.yml to handle both tag formats
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    gjtorikian and claude committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    780e6ce View commit details
    Browse the repository at this point in the history
  2. fix: revert release.yml VERSION extraction to original

    The `##*/v` pattern doesn't handle simple `v6.1.0` tags. Now that
    `include-component-in-tag: false` ensures tags are `v6.1.0`, the
    original `${GITHUB_REF_NAME#v}` works correctly.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    gjtorikian and claude committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    3a429ee View commit details
    Browse the repository at this point in the history
Loading