-
Notifications
You must be signed in to change notification settings - Fork 73
Release v27.0.1 #1504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Release v27.0.1 #1504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @AdyenAutomationBot, 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!
Summary of Changes
Hello team, gemini-code-assist here to provide a summary of this pull request. This PR appears to be an automated release PR, initiated by AdyenAutomationBot. Its primary purpose is to prepare for the release of version v27.0.1
of the @adyen/api-library
. Based on the description, this release incorporates changes from merged pull request #1503. The changes are minimal, focusing solely on updating the version number.
Highlights
- Version Bump: The core change in this PR is the update of the library version from
v27.0.0
tov27.0.1
.
Changelog
- VERSION
- Updated the version string from
27.0.0
to27.0.1
.
- Updated the version string from
- package.json
- Updated the
version
field in the package manifest from27.0.0
to27.0.1
.
- Updated the
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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command>
or @gemini-code-assist <command>
. Below is a summary of the supported commands.
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 issue 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 is currently in preview and 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 to provide feedback.
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.
Version number climbs,
Small patch release goes out now,
Code is fresh and new.
Footnotes
-
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. ↩
There was a problem hiding this 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 correctly updates the version from 27.0.0
to 27.0.1
in the VERSION
file and package.json
. The changes are consistent and align with the PR title "Release v27.0.1", indicating a patch release. The PR description also helpfully links to the merged pull request (#1503) included in this release and the full changelog.
Overall, the changes are straightforward and appear correct for a version bump.
Summary of Findings
- Code Correctness and Consistency: The version number has been consistently updated to
27.0.1
in bothVERSION
andpackage.json
files. This is the correct procedure for a patch release. - Adherence to Review Settings: No issues of
medium
,high
, orcritical
severity were found in the provided diffs. Therefore, no specific code review comments have been added, in line with the review settings.
Merge Readiness
The changes in this pull request are limited to a version bump, which has been executed correctly and consistently across the relevant files. Based on the diff, this PR appears ready for merging to facilitate the v27.0.1
release. As an AI reviewer, I am not authorized to approve pull requests; please ensure further necessary reviews and checks are completed by the team before merging.
3faf8a1
to
cb8d35c
Compare
cb8d35c
to
ba269f6
Compare
|
Merged pull requests to be released:
Full Changelog: v27.0.0...main