diff --git a/ai/agent.mdx b/ai/agent.mdx index 2de92f597..6de2b6309 100644 --- a/ai/agent.mdx +++ b/ai/agent.mdx @@ -79,11 +79,11 @@ When you merge a feature pull request, share the PR link with the agent to updat For example: `@mintlify This PR adds a new authentication method. Update the docs to include the new auth flow: [PR link]`. -### Generate release notes from commit history +### Generate release notes from a pull request -Prompt the agent with a specific pull request or a time period to generate release notes or changelog updates based on the commit history. +Prompt the agent with a specific pull request to generate release notes or changelog updates based on the commit history. -For example: `@mintlify Generate release notes for this PR: [PR link]` or `@mintlify Generate release notes for the last month`. +For example: `@mintlify Generate release notes for this PR: [PR link]`. ### Generate code examples