Skip to content

Commit 2e1e5b1

Browse files
authored
Merge pull request #1281 from pulp/update-ci/main
Update CI files for branch main
2 parents 245f174 + 6f63c38 commit 2e1e5b1

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)