Conversation
Summary of ChangesHello, 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 is an automated release for version 0.21.2 of the @googleworkspace/cli package and its related components. The most significant change in this release is the introduction of automated publishing for the google-workspace and google-workspace-cli Rust crates to crates.io, enhancing their availability and distribution. This release also includes standard version updates across the project's configuration files. Highlights
Using Gemini Code AssistThe 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
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 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
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 0.21.2 across various configuration files, including Cargo.toml, Cargo.lock, package.json, and numerous SKILL.md files. The CHANGELOG.md indicates that this version update includes adding crates.io publishing to the release workflow for both google-workspace and google-workspace-cli. No feedback was provided in the review comments.
There was a problem hiding this comment.
Code Review
This pull request primarily updates the version of @googleworkspace/cli, google-workspace, and google-workspace-cli from 0.21.1 to 0.21.2 across various configuration and skill definition files. This version bump is associated with adding crates.io publishing to the release workflow. A review comment indicates that the addition of the 'sections' resource documentation in skills/gws-chat/SKILL.md is out of scope for this release-focused PR and should be moved to a separate pull request.
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.21.2
Patch Changes
c4448b9: Add crates.io publishing to release workflow
Publishes both
google-workspaceandgoogle-workspace-clito crates.io on each release. The library crate is published first (as a dependency), followed by the CLI crate.