Generate a clean list of commits between two git tags for GitHub release notes.
Generate a clean commit list between two git tags for GitHub release notes.
/gh-release-notes v7.2.0), use it. Otherwise, ask the user for the git tag.git tag --sort=-v:refname and picking the tag immediately after the provided one in the sorted list.git log --pretty=oneline <previous_tag>...<provided_tag> to get the commit list.[release] from the output.gh release create <tag> --title "<tag>" --notes "<commit list>". The release title must be the tag name and the body must be the exact clean list from step 5. Do NOT include a Co-Authored-By line or any Claude attribution.