Auto-drafted Release Notes
SiftPulse reads your merged PRs, groups them by type (features, fixes, internal), highlights the most impactful changes, and creates a draft GitHub Release in one click — ready for you to edit and publish.
How to use it
v1.2.0),
and choose how far back to look — 7, 14, 30, 60, or 90 days. Default is 14 days.
Example output
How PRs are grouped
SiftPulse first checks for a Conventional Commit prefix in the PR title. If none is found, it falls back to keyword inference.
| Group | CC prefixes | Keyword fallback |
|---|---|---|
| ✨ What's new | feat, feature | add, new, implement, support, enable |
| 🐛 Bug fixes | fix, bugfix, hotfix | fix, resolve, close, bug, crash, error |
| ⚡ Performance | perf, performance | perf, speed, optimize, faster, latency |
| 🔒 Security | security, sec | secur, cve, vuln, xss, inject |
| ♻️ Refactors | refactor, refac, rework | refactor, clean, restructure, simplify |
| 📚 Documentation | docs, doc | doc, readme, comment, changelog |
| 🔧 Internal | chore, build, ci, test, style, deps, wip | (catch-all) |
Highlights selection
The top 3 highlighted PRs are chosen by raw code impact: additions + deletions. PRs that touch the most lines tend to represent the biggest changes. The AI then generates a short callout description for each.
YAML configuration
You can opt into automatic weekly drafts via your .siftpulse.yml:
Frequently asked questions
Does it include bot PRs?
No. Dependabot, Renovate, Greenkeeper, and any GitHub Bot accounts are automatically excluded.
What if a PR has no Conventional Commit prefix?
The agent uses keyword inference on the title. Completely ambiguous PRs end up in the "Other changes" bucket.
Can I regenerate a draft?
Yes — just click "Draft release notes" again with the same parameters. A new GitHub draft release will be created. Old drafts remain on GitHub until you delete them.
Does it work with private repos?
Yes, as long as SiftPulse has been installed on that repo via the GitHub App. The agent uses your installation token — the same one used for PR reviews.
Is Bitbucket supported?
Not yet. GitHub only for this cycle. Bitbucket support is coming — follow the changelog.