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

Changelog step

Installs
7
GitHub Stars
3
First Seen
Aug 28, 2026
automate-commit-based-gh-release-changelog — jd-solanki/skills