Skip to content

docs: add 27.3-network versions#2245

Merged
jcstein merged 1 commit intomainfrom
jcs/new-versions
Sep 25, 2025
Merged

docs: add 27.3-network versions#2245
jcstein merged 1 commit intomainfrom
jcs/new-versions

Conversation

@jcstein
Copy link
Copy Markdown
Member

@jcstein jcstein commented Sep 25, 2025

Overview

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @jcstein, 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 focuses on maintaining the accuracy of documentation by updating the version constants for the Arabica and Mocha networks. Specifically, it bumps the node-latest-tag and node-latest-sha to reflect the v0.27.3 release, ensuring that any documentation or tools relying on these constants are up-to-date with the latest network versions.

Highlights

  • Arabica Network Version Update: The node-latest-tag for the Arabica network has been updated from v0.27.2-arabica to v0.27.3-arabica, along with its corresponding SHA.
  • Mocha Network Version Update: The node-latest-tag for the Mocha network has been updated from v0.27.2-mocha to v0.27.3-mocha, along with its corresponding SHA.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

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

@jcstein jcstein merged commit aa1b857 into main Sep 25, 2025
5 of 6 checks passed
@jcstein jcstein deleted the jcs/new-versions branch September 25, 2025 19:31
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 node versions for arabica and mocha networks to v0.27.3. While the version tags are updated correctly, I've noticed that the commit SHA for both networks is now identical, which was not the case for the previous version. This might be a copy-paste error and could lead to incorrect information in the documentation. Please review the provided comment.

Comment on lines +4 to +5
"node-latest-tag": "v0.27.3-mocha",
"node-latest-sha": "7a7b3bf57b4e1f44fc5aaead646b8014c610cbbf",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The node-latest-sha for mocha is now identical to the one for arabica. This is likely an error, as these SHAs were different for the previous version (v0.27.2), and the tags (v0.27.3-mocha and v0.27.3-arabica) suggest they should point to different commits.

Previous node-latest-sha values:

  • arabica (v0.27.2): 6731b09b5f759120a0cba6265aea28094f2e2c16
  • mocha (v0.27.2): d2040d923130194fa53dafc1016e2fc2b4d9e4d7

The current SHA for both is 7a7b3bf57b4e1f44fc5aaead646b8014c610cbbf. Please use the correct SHA for the mocha network.

@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-09-25 19:32 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant