ATOM EVE

Release Notes

Keeps a draft GitHub release with user-facing notes staged from the work merged since your last release, ready for you to review and publish.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Release Notes agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add release-notes --target eve

What it does

Keeps your next release notes drafted and waiting, built from the work merged since your last release.

Each run it:

  • reads the PRs merged since your latest release or tag
  • classifies each by change type and separates user-facing changes from internal work
  • writes plain-language notes with a short summary per entry, flagging anything ambiguous for you to regroup
  • proposes the next semantic version with its reasoning, pending your confirmation
  • creates or updates a draft GitHub release carrying the notes, and opens a changelog pull request when your project keeps a changelog file

If nothing user-facing has merged, it reports a clean no-op and writes nothing. It never publishes a release or creates a tag, and it only ever edits your changelog file; publishing stays with you.

Setup lives in SETUP.md.