summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/check_newsfragments.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/script/check_newsfragments.py b/script/check_newsfragments.py
index cb5544f0b..577b4ba88 100644
--- a/script/check_newsfragments.py
+++ b/script/check_newsfragments.py
@@ -64,12 +64,14 @@ def check_file(file: Path, verbose: bool) -> bool:
The standard format is:
-<one or more line of text>
+<one or more line of text ending with a '.'>
<one blank line>
<issue reference> #<issuenumber>
Where <issue reference> can be one of: {', '.join(VALID_ISSUES_KEYWORDS)}
+The regex used is '{VALID_CHANGELOG_COMPILED_PATTERN}'.
+
For example:
``pylint.x.y`` is now a private API.