automate-commit-based-gh-release-changelog
Installation
SKILL.md
Automate Commit-Based GitHub Release Changelog
Uses changelogithub to read Conventional Commits between tags and create (or update) a GitHub release with a formatted changelog.
Workflow setup
Trigger and permissions
on:
push:
tags:
- 'v*'
permissions:
contents: write # required — default contents:read cannot create releases