You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modernizes and expands the CI/release pipeline (GitHub Actions and CircleCI), bumps Rust and package versioning, adjusts supported versions and changelog entries, and makes a small runtime PATH update in env handling.
Sequence diagram for e2e Linux tests using static binary artifact
Replace legacy GitHub Actions setup with a full Rust CI + multi-platform build/release and e2e pipeline, all targeting Rust 1.88 and current action versions.
Bump RUST_VERSION environment from 1.78 to 1.88.
Remove the old post_token job and uncomment/reintroduce fmt, clippy, unit_tests, and release build jobs using actions/checkout@v4, hecrj/setup-rust-action@v2, and Swatinem/rust-cache@v2.
Add Windows, macOS (universal x86_64 + arm64 via lipo), and Linux static builds with artifact upload using actions/upload-artifact@v4.
Introduce e2e_macos, e2e_windows, and e2e_linux jobs that consume built artifacts and run pnpm-based tests with updated pnpm/action-setup and actions/setup-node v4 and cache v4.
Add build_static_arm_binary job using QEMU, cross, and run-on-arch for ARM sanity tests.
Add ensure_commands_markdown_is_up_to_date job that installs the built Linux binary and runs generate-command-docs in check mode.
.github/workflows/rust.yml
Align release workflow triggers and Node setup with the project’s main branch and supported Node versions.
Restrict release workflow to push events on the main branch only.
Change actions/setup-node in release.yml to install and cache Node 18.x, 20.x, 22.x, and 24.x instead of a single version 20.
.github/workflows/release.yml
Update documentation to reflect current security support and changelog for version 1.39.1.
Replace generic SECURITY.md template text with explicit support matrix for versions 5.1.x, 5.0.x, 4.0.x, and <4.0.
Update SECURITY.md vulnerability reporting section back to template-style guidance (likely placeholder).
Add 1.39.1 entry to CHANGELOG.md including three patch changes with their PR and commit references.
Fix wording in the 1.39.0 changelog line about fnm default (remove superfluous "to").
SECURITY.md CHANGELOG.md
Clean up CircleCI sample config formatting without changing behavior.
Normalize comment spacing and remove trailing whitespace in .circleci/config.yml while keeping the say-hello workflow behavior unchanged.
.circleci/config.yml
Simplify PATH mutation in multishell env setup by removing unnecessary unsafe block.
Replace unsafe std::env::set_var("PATH", ...) call with a direct set_var call after join_paths succeeds.
src/commands/env.rs
Bump project and dependency metadata to reflect new release.
Update package.json version from 1.39.0 to 1.39.1.
Refresh lockfiles (.changeset/config.json, Cargo.lock, site/pnpm-lock.yaml) to align with the new version and dependency graph.
Trigger a new review: Comment @sourcery-ai review on the pull request.
Continue discussions: Reply directly to Sourcery's review comments.
Generate a GitHub issue from a review comment: Ask Sourcery to create an
issue from a review comment by replying to it. You can also reply to a
review comment with @sourcery-ai issue to create an issue from it.
Generate a pull request title: Write @sourcery-ai anywhere in the pull
request title to generate a title at any time. You can also comment @sourcery-ai title on the pull request to (re-)generate the title at any time.
Generate a pull request summary: Write @sourcery-ai summary anywhere in
the pull request body to generate a PR summary at any time exactly where you
want it. You can also comment @sourcery-ai summary on the pull request to
(re-)generate the summary at any time.
Generate reviewer's guide: Comment @sourcery-ai guide on the pull
request to (re-)generate the reviewer's guide at any time.
Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
pull request to resolve all Sourcery comments. Useful if you've already
addressed all the comments and don't want to see them anymore.
Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
request to dismiss all existing Sourcery reviews. Especially useful if you
want to start fresh with a new review - don't forget to comment @sourcery-ai review to trigger a new review!
Reviewer's Guide
Modernizes and expands the CI/release pipeline (GitHub Actions and CircleCI), bumps Rust and package versioning, adjusts supported versions and changelog entries, and makes a small runtime PATH update in env handling.
Sequence diagram for e2e Linux tests using static binary artifact
File-Level Changes
.github/workflows/rust.yml.github/workflows/release.ymlfnm default(remove superfluous "to").SECURITY.mdCHANGELOG.md.circleci/config.ymlsrc/commands/env.rspackage.json.changeset/config.jsonCargo.locksite/pnpm-lock.yamlTips and commands
Interacting with Sourcery
@sourcery-ai reviewon the pull request.issue from a review comment by replying to it. You can also reply to a
review comment with
@sourcery-ai issueto create an issue from it.@sourcery-aianywhere in the pullrequest title to generate a title at any time. You can also comment
@sourcery-ai titleon the pull request to (re-)generate the title at any time.@sourcery-ai summaryanywhere inthe pull request body to generate a PR summary at any time exactly where you
want it. You can also comment
@sourcery-ai summaryon the pull request to(re-)generate the summary at any time.
@sourcery-ai guideon the pullrequest to (re-)generate the reviewer's guide at any time.
@sourcery-ai resolveon thepull request to resolve all Sourcery comments. Useful if you've already
addressed all the comments and don't want to see them anymore.
@sourcery-ai dismisson the pullrequest to dismiss all existing Sourcery reviews. Especially useful if you
want to start fresh with a new review - don't forget to comment
@sourcery-ai reviewto trigger a new review!Customizing Your Experience
Access your dashboard to:
summary, the reviewer's guide, and others.
Getting Help
Originally posted by @sourcery-ai[bot] in #195 (comment)