Skip to content

v1.2.0 — Custom Templates + Changelog Generation

Choose a tag to compare

@CreativeCodingSolutions CreativeCodingSolutions released this 20 Jun 01:04
· 22 commits to main since this release

What's New

Custom Templates

Users can now define their own PR description templates using custom-template (inline) or custom-template-file (file path). Placeholder variables: {{summary}}, {{files}}, {{changes}}, {{file_count}}.

Changelog Generation

Set generate-changelog: true to auto-generate changelog entries from merged PRs. Outputs as changelog-entry.

Other

  • PR body update now skips closed PRs (avoids errors with changelog mode)
  • Full docs in README for both new features

Full changelog: v1.1.0...v1.2.0