Skip to content

chore: auto-release workflow on tag push + CHANGELOG v4.0.1/v4.0.2 - #6

Merged
C3H3-AI merged 1 commit into
mainfrom
chore/add-auto-release
Sep 13, 2026
Merged

C3H3-AI merged 1 commit into
mainfrom
chore/add-auto-release

Conversation

@C3H3-AI

@C3H3-AI C3H3-AI commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Add release.yml that triggers on v* tag push. Extracts matching section from CHANGELOG.md and creates a GitHub Release. Also adds the missing v4.0.1 / v4.0.2 CHANGELOG entries.

- .github/workflows/release.yml: triggers on push of 'v*' tags,
  extracts the matching section from CHANGELOG.md (## [X.Y.Z] format),
  creates a GitHub Release via softprops/action-gh-release, and asks
  GitHub to auto-generate the 'comparison' notes between tags.
- CHANGELOG.md: add v4.0.1 and v4.0.2 sections that were missing
  (both were released via tag without CHANGELOG update).

Future releases: git tag -a vX.Y.Z -m '...' && git push origin vX.Y.Z
will create the Release automatically, no manual gh release create.
@C3H3-AI
C3H3-AI merged commit e5da78a into main Sep 13, 2026
2 checks passed
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