chore: bump generator-cli catalog pin to 0.9.8 and add unreleased entries for all SDK generators#15078
Merged
Swimburger merged 2 commits intomainfrom Apr 16, 2026
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…up generator-cli 0.9.8 Adds unreleased change entries for all 10 SDK generators (csharp, go, java, php, python, ruby-v2, ruby, rust, swift, typescript) to trigger version bumps that will bundle generator-cli 0.9.8, which fixes changelog URLs to use commit SHA instead of PR branch name. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
fern-support
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the
@fern-api/generator-clicatalog pin from 0.9.4 to 0.9.8 and adds unreleased version entries for all SDK generators so they pick up the changelog URL fix on their next release (rather than waiting for lazy Docker rebuilds).Refs #15071
Changes Made
@fern-api/generator-clicatalog pin inpnpm-workspace.yamlfrom 0.9.4 → 0.9.8pnpm-lock.yaml(also cleans up stale transitive deps:@fern-api/replay@0.10.1,@fern-fern/ir-sdk@61.7.0,@fern-fern/ir-sdk@62.6.0)changes/unreleased/bump-generator-cli-0.9.8.yml(type: chore) for all 10 SDK generators:Notable changes included in generator-cli 0.9.5–0.9.8:
Testing
pnpm installcompletes successfully with the updated catalog pinHuman Review Checklist
choreis the correct change type for a dependency bump (produces a patch version bump)ruby/sdk(legacy) should also get an unreleased entry alongsideruby-v2/sdkchanges/unreleased/directoriesLink to Devin session: https://app.devin.ai/sessions/46ab5d2460754756b7bce40428100c9b
Requested by: @Swimburger