Skip to main content
GitHub GitLab Bitbucket
Git Integration (formerly Qodo Merge) – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click here.
The update_changelog tool automatically updates the CHANGELOG.md file with the PR changes.

How to use the update_changelog tool

Manual usage Comment on the PR:
/update_changelog

Configuration options

Configure the update_changelog tool by setting configurations under the pr_update_changelog part in your configuration file.
Possible configurationsDefault valueWhat they do
push_changelog_changesfalse (publish as a comment)Choose whether to push the changes to CHANGELOG.md, or publish them as a comment.

Not supported on Gitlab
extra_instructionsnoneOptional extra instructions for the tool. For example: “focus on the changes in the file X”, “Ignore changes in …”
add_pr_linktrueChoose whether to add a link to the PR in the changelog.
skip_ci_on_pushtrueChoose whether the commit message will include the term [skip ci], preventing CI tests to be triggered on the changelog commit.

Example usage