fix(ci): proxy changelog fails on the first tag #9

Merged
james merged 1 commit from fix/proxy-changelog-empty into main 2026-05-26 04:54:02 +00:00
Owner

The previous-tag lookup pipes through grep -vxF "$current", which exits
1 when the pushed tag is the only proxy/v* tag. Under Actions' default
bash -eo pipefail, that aborted the Build changelog step before any
notes were written. Add || true so an empty result takes the
initial-release path.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

The previous-tag lookup pipes through `grep -vxF "$current"`, which exits 1 when the pushed tag is the only proxy/v* tag. Under Actions' default `bash -eo pipefail`, that aborted the Build changelog step before any notes were written. Add `|| true` so an empty result takes the initial-release path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix(ci): proxy changelog fails on the first tag
All checks were successful
CI / build (pull_request) Successful in 14s
af59f87d12
The previous-tag lookup pipes through `grep -vxF "$current"`, which exits
1 when the pushed tag is the only proxy/v* tag. Under Actions' default
`bash -eo pipefail`, that aborted the Build changelog step before any
notes were written. Add `|| true` so an empty result takes the
initial-release path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
james merged commit 6fe167ad6c into main 2026-05-26 04:54:02 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
james/hugo-ap-comments!9
No description provided.