Skip to content

fix: generate CHANGELOG from git log in release workflow - #35

Merged
patrickschaper merged 1 commit into
developmentfrom
fix/release-changelog
May 15, 2026
Merged

fix: generate CHANGELOG from git log in release workflow#35
patrickschaper merged 1 commit into
developmentfrom
fix/release-changelog

Conversation

@patrickschaper

Copy link
Copy Markdown
Owner
  • Removes conventional-changelog-action which ignored our VERSION bump and computed 0.1.0 instead of 0.0.10
  • Replaces with a shell step that reads conventional commits since the last tag
  • Keeps ## [x.y.z] - date format so the publish job's awk extraction works correctly

- remove conventional-changelog-action which computed its own version
  (feat: commits caused it to bump minor instead of using our patch bump)
- replace with shell step that parses conventional commits since last tag
- keeps existing ## [x.y.z] - date format so awk extraction in publish works
- falls back to latest git tag if previous version tag is not found

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@patrickschaper
patrickschaper merged commit 034c026 into development May 15, 2026
@patrickschaper
patrickschaper deleted the fix/release-changelog branch May 20, 2026 09:01
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.

1 participant