Skip to content

Commit 2dcd87c

Browse files
committed
Update CI files
1 parent b4ea0e0 commit 2dcd87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/check_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from git import Repo
1111

1212
RELEASE_BRANCH_REGEX = r"^([0-9]+)\.([0-9]+)$"
13-
Y_CHANGELOG_EXTS = [".feature", ".removal", ".deprecation"]
14-
Z_CHANGELOG_EXTS = [".bugfix", ".doc", ".misc"]
13+
Y_CHANGELOG_EXTS = [".feature"]
14+
Z_CHANGELOG_EXTS = [".bugfix", ".misc"]
1515

1616

1717
def options():

0 commit comments

Comments
 (0)