Skip to content

chore: release versions#655

Merged
jpoehnelt merged 1 commit intomainfrom
changeset-release/main
Mar 31, 2026
Merged

chore: release versions#655
jpoehnelt merged 1 commit intomainfrom
changeset-release/main

Conversation

@googleworkspace-bot
Copy link
Copy Markdown
Collaborator

@googleworkspace-bot googleworkspace-bot commented Mar 31, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@googleworkspace/cli@0.22.5

Patch Changes

  • 5d24ac2: Add cargo-audit CI workflow for automated dependency vulnerability scanning

  • ecddf2e: Add cargo-deny configuration for license, advisory, and source auditing

  • 503315b: Update installation instructions to prioritize GitHub Releases over npm

  • 6ccbb42: fix: auto-install binary on run if missing

    pnpm skips postinstall when the package is already up to date.
    This ensures run.js will auto-trigger install.js if the
    binary is missing, fixing the 'gws binary not found' error.

  • b307856: Migrated the internal AI skills registry (personas and recipes) from YAML to TOML. This allows us to drop the unmaintained serde_yaml dependency, improving the project's supply chain security posture.

  • 158f93a: Verify SHA256 checksum of downloaded binary in npm postinstall script

  • b422e5d: Pin cross-rs to v0.2.5 in release workflow to prevent unpinned git HEAD builds

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine version increment for the project packages. It updates the version numbers across all relevant configuration files, including package manifests, skill definitions, and lock files, to prepare for the next release.

Highlights

  • Version Bump: Updated the version of @googleworkspace/cli and related components from 0.22.4 to 0.22.5.
  • Changelog Update: Added a new entry to the CHANGELOG.md detailing the patch changes.
  • Dependency Management: Updated Cargo.lock and Cargo.toml files to reflect the new version and ensure consistency across the workspace.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Generative AI Prohibited Use Policy, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the @googleworkspace/cli and its associated crates and skills from 0.22.4 to 0.22.5. The primary change involves pinning cross-rs to v0.2.5 in the release workflow to prevent unpinned git HEAD builds, ensuring consistent and stable releases. I have no feedback to provide as the changes are standard version increments across the repository.

@github-actions github-actions bot added the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
@googleworkspace-bot
Copy link
Copy Markdown
Collaborator Author

/gemini review

@github-actions github-actions bot removed the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
@googleworkspace-bot
Copy link
Copy Markdown
Collaborator Author

/gemini review

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.85%. Comparing base (b307856) to head (7178dbc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #655   +/-   ##
=======================================
  Coverage   70.85%   70.85%           
=======================================
  Files          44       44           
  Lines       20644    20644           
=======================================
  Hits        14628    14628           
  Misses       6016     6016           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the version of @googleworkspace/cli and its associated components from 0.22.4 to 0.22.5. The update is applied consistently across Cargo.toml, package.json, and a wide range of skill definition files. The release notes indicate the inclusion of a cargo-audit CI workflow, SHA256 checksum verification for the npm postinstall script, and a pinned version for the cross-rs dependency. I have no feedback to provide.

@github-actions github-actions bot added the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version from 0.22.4 to 0.22.5 across all configuration files, including Cargo manifests, npm package files, and skill metadata. The release includes a new cargo-audit CI workflow, a fix for binary auto-installation, SHA256 checksum verification for downloads, and a pinned version for cross-rs. I have no feedback to provide.

@github-actions github-actions bot removed the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
@googleworkspace-bot
Copy link
Copy Markdown
Collaborator Author

/gemini review

@googleworkspace-bot
Copy link
Copy Markdown
Collaborator Author

/gemini review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the version of @googleworkspace/cli and its components to 0.22.5. The update introduces security and reliability improvements, including cargo-audit and cargo-deny for dependency scanning, SHA256 checksum verification for binary downloads, and a fix for binary auto-installation. These changes are reflected in the CHANGELOG and across all package manifests and skill metadata files. I have no feedback to provide.

@github-actions github-actions bot added the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the @googleworkspace/cli package and its associated crates from 0.22.4 to 0.22.5. The release includes new CI workflows for security auditing (cargo-audit and cargo-deny), a fix for binary auto-installation issues, SHA256 checksum verification for npm downloads, and pinning the cross-rs dependency. Additionally, version metadata has been updated across all skill definition files. I have no feedback to provide.

@github-actions github-actions bot removed the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
@googleworkspace-bot
Copy link
Copy Markdown
Collaborator Author

/gemini review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of @googleworkspace/cli and its associated crates and skills from 0.22.4 to 0.22.5. The update incorporates security enhancements such as cargo-audit and cargo-deny, migrates the internal AI skills registry from YAML to TOML to improve supply chain security, and improves the npm installation process with binary auto-installation and checksum verification. I have no feedback to provide.

@github-actions github-actions bot added the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 31, 2026
@jpoehnelt jpoehnelt merged commit 705fb0e into main Mar 31, 2026
40 checks passed
@jpoehnelt jpoehnelt deleted the changeset-release/main branch March 31, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: distribution area: docs area: skills cla: yes This human has signed the Contributor License Agreement. crate: google-workspace gemini: reviewed Gemini Code Assist has reviewed the latest changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants