Skip to content

ci(release): upgrade release-please-action to v5 - #160

Merged
Alberto-Codes merged 1 commit into
mainfrom
ci/release-please-v5
Sep 3, 2026
Merged

ci(release): upgrade release-please-action to v5#160
Alberto-Codes merged 1 commit into
mainfrom
ci/release-please-v5

Conversation

@Alberto-Codes

Copy link
Copy Markdown
Owner

Release Please has failed on every attempt today with Resource not accessible by personal access token on release creation, so v1.3.0 is still untagged and unpublished while the manifest reads 1.3.0.

The token is not the cause. Using the RELEASE_PLEASE_TOKEN secret inside this repo's own CI, the exact call release-please makes (non-draft release, full commit SHA on main, body, prerelease flag, both Bearer and token auth schemes) returns 201 and creates a real tag, repeatedly. All test releases and tags were cleaned up. I also read release-please 17.3.0's source to confirm its payload matches what was tested.

That leaves the action version as the only structural difference from the sibling repos:

repo action fine-grained token cuts releases
docvet v5 yes yes
gepa-adk v5 yes (created today) yes
quantfit v4 older token yes
adk-secure-sessions v4 yes no
  • Bump googleapis/release-please-action from v4 to v5, which ships release-please 17.6.0 instead of 17.3.0

Test: CI only. After merge, trigger the workflow manually (workflow_dispatch, added in #159) to cut v1.3.0.


PR Review

Checklist

  • Self-reviewed my code
  • Tests pass (uv run pytest)
  • Lint passes (uv run ruff check .)
  • Breaking changes use ! in title and BREAKING CHANGE: in body

Review Focus

  • v5 is what both sibling repos with fine-grained tokens already run, so this is an alignment change rather than a new bet.

Related

docvet and gepa-adk both cut releases today with fine-grained tokens on v5.
This repo is the only one still on v4, whose bundled release-please 17.3.0
returns 403 on release creation with our fine-grained token even though the
same token creates releases fine over the REST API.
Copilot AI lite review requested due to automatic review settings September 3, 2026 03:19
@Alberto-Codes
Alberto-Codes merged commit 2e3f4f4 into main Sep 3, 2026
9 checks passed
@Alberto-Codes
Alberto-Codes deleted the ci/release-please-v5 branch September 3, 2026 03:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is a minimal, targeted action-version bump with no other workflow logic modifications.

Pull request overview

This PR upgrades the repository’s Release Please GitHub Actions workflow to use googleapis/release-please-action@v5, aligning with sibling repositories and aiming to resolve the intermittent Resource not accessible by personal access token failure during release creation.

Changes:

  • Bump googleapis/release-please-action from v4 to v5 in the Release Please workflow.
File summaries
File Description
.github/workflows/release-please.yml Updates Release Please action version to v5 to align with known-working configuration in sibling repos.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants