summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2023-04-10 14:46:27 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2023-04-10 14:46:27 +0200
commit00b9cb022cc9c05784c43c11bd7f73e64008b347 (patch)
tree4f43a74c6d6ed114bf2d4e1091992b1d5ef459f5 /scripts
parenta0824a45f0bd6c45528fa16132f09dd3570a8234 (diff)
downloadpygments-git-00b9cb022cc9c05784c43c11bd7f73e64008b347.tar.gz
Prepare for release.
* Update CHANGES. * Fix missing `versionadded` declarations. * Fix a few linter issues.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index 462250f1..fc384c0e 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -2,6 +2,7 @@ Release checklist
=================
* Check ``git status``
+* Check all lexers have ``versionadded:: `` set correctly.
* ``tox``
* ``tox -e check``
* LATER when configured properly: ``tox -e pylint``