Skip to content

fix: add CHANGELOG.md to unblock release workflow - #14

Merged
kainonly merged 2 commits into
mainfrom
copilot/fix-release-actions-job
Jun 7, 2026
Merged

fix: add CHANGELOG.md to unblock release workflow#14
kainonly merged 2 commits into
mainfrom
copilot/fix-release-actions-job

Conversation

Copilot AI commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

The release job fails on every tag push because softprops/action-gh-release@v1 receives body_path: CHANGELOG.md (the workflow's fallback when no version-specific RELEASE_NOTES_v*.md exists) and fatally errors when the file is absent.

Changes

  • Add CHANGELOG.md — creates the missing fallback file the release workflow requires, with an initial entry for v1.0.3

Copilot AI changed the title [WIP] Fix failing GitHub Actions job release fix: add CHANGELOG.md to unblock release workflow Jun 7, 2026
Copilot AI requested a review from kainonly June 7, 2026 06:58
@kainonly
kainonly marked this pull request as ready for review June 7, 2026 06:59
Copilot AI review requested due to automatic review settings June 7, 2026 06:59
@kainonly
kainonly merged commit 710a1b2 into main Jun 7, 2026
1 check passed

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.

Pull request overview

This PR adds a repository-root CHANGELOG.md intended to satisfy the release workflow’s fallback body_path input when no version-specific RELEASE_NOTES_v*.md file exists, preventing softprops/action-gh-release@v1 from failing due to a missing file.

Changes:

  • Add CHANGELOG.md as the fallback release-notes file.
  • Seed the changelog with an initial entry for v1.0.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md

## v1.0.3

- Update Go dependencies and upgrade Go version to 1.25
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.

3 participants