We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752894a commit 76e49d0Copy full SHA for 76e49d0
1 file changed
.ci/scripts/check_release.py
@@ -10,8 +10,8 @@
10
from git import Repo
11
12
RELEASE_BRANCH_REGEX = r"^([0-9]+)\.([0-9]+)$"
13
-Y_CHANGELOG_EXTS = [".feature", ".removal", ".deprecation"]
14
-Z_CHANGELOG_EXTS = [".bugfix", ".doc", ".misc"]
+Y_CHANGELOG_EXTS = [".feature"]
+Z_CHANGELOG_EXTS = [".bugfix", ".misc"]
15
16
17
def options():
0 commit comments