We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77ead7 commit 82af63aCopy full SHA for 82af63a
.github/ci/doc_to_delete.py
@@ -3,7 +3,7 @@
3
import re
4
5
# This script is computing which version of the documentation should be delete.
6
-# We are keeping only the last minor of each version with the latest patch version,
+# We are keeping only the latest minor of each version with the latest patch version,
7
# it means that if you have these version 0.1.1, 0.1.2, 0.1.3 and, 0.2.0 we will keep only
8
# the versions 0.1.3 and 0.2.0.
9
#
0 commit comments