diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index 6e8515b0..88d17e85 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -95,6 +95,10 @@ publish_labels = true enable_help_text If set to true, the tool will display a help text in the comment. Default is false. + + enable_override_title_with_parent_tag + If set to true, the tool will set the PR title to the next patch version from the latest tag in the target branch, with an RC suffix (e.g., v1.0.1-rc.1). Default is false. +