Generate Changelog
Git History
!git log --oneline --no-merges -50 2>/dev/null
Tags
!git tag --sort=-v:refname 2>/dev/null | head -10
Latest Tag
!git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"
Instructions
Step 1: Determine Range
- If a tag/ref is provided, use:
git log <tag>..HEAD - If "last-release" is specified, find the most recent tag
- If "unreleased" or no argument, show all commits since last tag
Step 2: Gather Commits
Run: `git
[Description truncada. Veja o README completo no GitHub.]