From 3f1987248e7d99f3d12323548e5262f7b56b543f Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Sun, 16 Feb 2025 15:21:42 +0200 Subject: [PATCH] docs: add override title config by tag name option to describe tool table --- docs/docs/tools/describe.md | 4 ++++ 1 file changed, 4 insertions(+) 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. +