summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-28 07:28:10 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-28 19:05:32 +0200
commit3339ace20b7b9532c2dc37e2ff24ce9149d65825 (patch)
tree0f0411d515e8f29f5dbaefa6b126660fdfe6662a /script
parent7d05adc45e366ba4a2762adaed9b277d2957cace (diff)
downloadpylint-git-3339ace20b7b9532c2dc37e2ff24ce9149d65825.tar.gz
Upgrade documentation around the changelog
We do not upgrade the scripts at the same time because we want to avoid conflicts with main and need to merge the file moved for that. Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'script')
-rw-r--r--script/bump_changelog.py1
-rw-r--r--script/fix_documentation.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/script/bump_changelog.py b/script/bump_changelog.py
index fca874699..33a264fa1 100644
--- a/script/bump_changelog.py
+++ b/script/bump_changelog.py
@@ -16,6 +16,7 @@ import logging
from datetime import datetime
from pathlib import Path
+# TODO: 2.14.0 Upgrade bump script
DEFAULT_CHANGELOG_PATH = Path("ChangeLog")
RELEASE_DATE_TEXT = "Release date: TBA"
diff --git a/script/fix_documentation.py b/script/fix_documentation.py
index e248f0646..35eed9aff 100644
--- a/script/fix_documentation.py
+++ b/script/fix_documentation.py
@@ -14,6 +14,7 @@ INVALID_CODE_BLOCK_PATTERN = (
r"(?<=\s`)([\w\-\.\(\)\=]+\s{0,1}[\w\-\.\(\)\=]*)(?=`[,\.]{0,1}\s|$)"
)
+# TODO: 2.14.0: Upgrade script for change in changelog
DEFAULT_CHANGELOG = "ChangeLog"
DEFAULT_SUBTITLE_PREFIX = "What's New in"