Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Mon, 30 Mar 2026 15:09:35 GMT |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| pull_request: | ||
| branches: | ||
| - main | ||
| - stl-ts-main |
There was a problem hiding this comment.
Release doctor targets non-standard branch name
Medium Severity
The release doctor workflow's trigger branch changed from main to stl-ts-main. The stl-ts-main naming convention (stl = Stainless, ts = TypeScript) appears to be a Stainless-internal branch name. If the public repo kernel/hypeman uses main as its default branch, this workflow will never trigger on release PRs, silently disabling the release environment check. The if condition on line 12 also checks github.repository == 'kernel/hypeman', confirming this is intended for the public repo — where the default branch is likely main, not stl-ts-main.


Automated Release PR
0.2.0 (2026-02-28)
Full Changelog: v0.1.0...v0.2.0
Features
Bug Fixes
Chores
actions/github-script(46d5e26)actions/checkoutversion (ba20375)Refactors
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Low Risk
Primarily versioning and CI/documentation link updates for the 0.2.0 release; minimal runtime impact aside from release/publish configuration changes.
Overview
Release 0.2.0 prep. Bumps the package/library version to
0.2.0(manifest,package.json,src/version.ts) and adds the0.2.0entry toCHANGELOG.md.Repo/CI metadata alignment. Updates GitHub Actions (
publish-npm,release-doctor) and docs (README.md,CONTRIBUTING.md) to point atkernel/hypeman(including the release-doctor target branch change tostl-ts-main) and refreshes.stats.ymlconfig hash.Written by Cursor Bugbot for commit 4bf385b. This will update automatically on new commits. Configure here.