Skip to content

Use actual tags and group generated release notes - #57

Merged
milanshen merged 2 commits into
mainfrom
milan/release
Aug 11, 2026
Merged

Use actual tags and group generated release notes#57
milanshen merged 2 commits into
mainfrom
milan/release

Conversation

@milanshen

Copy link
Copy Markdown
Contributor

Context

Generated release notes hard-code v0.0.1 in the manual-install example, causing future release links to target the wrong assets. The generated changelog is also a flat list despite PRs having useful labels.

Changes

  • Substitute the validated release tag into the quoted install example while preserving its shell variables.
  • Group generated PR entries into features, fixes, documentation, refactoring, tooling, dependencies, and other changes.

Test

  • go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12 .github/workflows/release.yml — passed
  • yq '.' .github/release.yml — passed
  • Manual: published v0.0.2-rc.1 and verified the release body contains VERSION=v0.0.2-rc.1.

@milanshen
milanshen merged commit 8d2c51c into main Aug 11, 2026
3 checks passed
@milanshen
milanshen deleted the milan/release branch August 11, 2026 20:13
@milanshen milanshen added github_actions Pull requests that update GitHub Actions code and removed devtools labels Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants