docs: add override title config by tag name option to describe tool table

This commit is contained in:
ofir-frd
2025-02-16 15:21:42 +02:00
parent 778d00d1a0
commit 3f1987248e

View File

@ -95,6 +95,10 @@ publish_labels = true
<td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is false.</td>
</tr>
<tr>
<td><b>enable_override_title_with_parent_tag</b></td>
<td>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.</td>
</tr>
</table>