generate_release_notes
Generate release notes or pull request descriptions from recent commits, PRs, and builds. Returns Markdown output, using project ID and optional filters for source, repo, and style.
Instructions
Generate release notes or a PR description from recent code activity (commits, PRs, builds). Runs synchronously and returns Markdown. Consumes 3 credits on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name to scope changes to. | |
| style | No | Output style. | release_notes |
| source | No | Code source id (github, gitlab, bitbucket, azure_devops). | github |
| filters | No | Per-source advanced filters, AND-combined across dimensions. Keys MUST be source ids (an unknown source id is rejected with 400). The dimension VALUES are matched leniently – call list_filter_options first to get the real selectable values for the project rather than guessing. | |
| project_id | Yes | Project id from list_projects. |