Skip to content

ci: fix release notes path in release workflow#9

Merged
Marcogn merged 1 commit into
mainfrom
copilot/check-release-notes-file
May 1, 2026
Merged

ci: fix release notes path in release workflow#9
Marcogn merged 1 commit into
mainfrom
copilot/check-release-notes-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 1, 2026

The release job was looking for RELEASE_NOTES_${tag}.md at the repo root, but those files were moved to docs/release-notes/ (noted in CHANGELOG). The path mismatch caused every tagged release to fall through to auto-generated notes instead of using the curated file.

Change

  • .github/workflows/build.yml — updated the "Pick release notes" lookup path:
- file="RELEASE_NOTES_${tag}.md"
+ file="docs/release-notes/RELEASE_NOTES_${tag}.md"

@Marcogn Marcogn marked this pull request as ready for review May 1, 2026 13:22
@Marcogn Marcogn merged commit 317a989 into main May 1, 2026
2 checks passed
@Marcogn Marcogn deleted the copilot/check-release-notes-file branch May 1, 2026 13:23
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