From dd89e1f2dc44910b8c923b14d87a711dc179ea96 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 23 Dec 2024 19:34:21 +0200 Subject: [PATCH] feat: add PR link support in changelog updates --- docs/docs/tools/update_changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/tools/update_changelog.md b/docs/docs/tools/update_changelog.md index 9f880ccd..ff789622 100644 --- a/docs/docs/tools/update_changelog.md +++ b/docs/docs/tools/update_changelog.md @@ -17,3 +17,4 @@ Under the section `pr_update_changelog`, the [configuration file](https://github - `push_changelog_changes`: whether to push the changes to CHANGELOG.md, or just print them. Default is false (print only). - `extra_instructions`: Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ... +- `add_pr_link`: whether the model should try to add a link to the PR in the changelog. Default is true. \ No newline at end of file