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: getsentry/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: getsentry/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/release-scripts-node
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2026

  1. fix(release): use Node.js instead of Bun for release scripts

    The Craft Docker container (used for publish/post-publish) doesn't have Bun
    installed. Convert bump-version.ts to use Node.js APIs and leverage Node 22's
    built-in TypeScript type stripping.
    
    Changes:
    - Replace Bun APIs with Node.js equivalents (child_process, fs)
    - Use `node --experimental-strip-types` in .craft.yml commands
    - Remove setup-bun action from release workflow
    BYK committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    5d31887 View commit details
    Browse the repository at this point in the history
Loading