Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions 02-agents/changelog-maintainer/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Weekly Changelog Maintainer

This AI agent that automatically creates release notes for your software documentation and pushes them on a new PR.

It analyzes a target repository, searches for merged PRs, and creates a summary of the merged PRs and regroup the content in the following categories:
- New features.
- Enhancements.
- Bux fixes.

It will write this content in a changelog file. Then, it will open a new branch on the repository and open a new PR. When the process is complete, it will send you a notification via email.

[Read how to set it up and how to use it in the documentation](https://docs.xpander.ai/Examples/12-changelog-maintainer).