Closed rossbulat closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request updates the release automation workflow configuration by changing the action reference in .github/workflows/release-please.yml
from google-github-actions/release-please-action@v4
to googleapis/release-please-action@v4
. It also introduces two new input parameters: token
and config-file
. Additionally, the release-please-config.json
file has been modified to remove the changelog-path
entry, indicating a change in the configuration settings for release management.
File Path | Change Summary |
---|---|
.github/workflows/release-please.yml | - Updated action reference to googleapis/release-please-action@v4 .- Added input parameter token: ${{ secrets.RELEASE_PLEASE_TOKEN }} .- Added input parameter config-file: release-please-config.json . |
release-please-config.json | - Removed key "changelog-path" . |
.github/workflows/release-please.yml
file, which is directly related to the initial introduction of the release automation workflow in PR #198.🐰 In the meadow where we play,
Changes come to brighten the day.
A token here, a config there,
Release flows smoother, without a care.
Hop along, let the updates ring,
For every change, a new joy to bring! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Update Release Please to latest Action.
Summary by CodeRabbit