diff --git a/templates/github/.ci/scripts/check_release.py b/templates/github/.ci/scripts/check_release.py index dfc4a41e..81bae1fd 100755 --- a/templates/github/.ci/scripts/check_release.py +++ b/templates/github/.ci/scripts/check_release.py @@ -10,8 +10,8 @@ from git import Repo RELEASE_BRANCH_REGEX = r"^([0-9]+)\.([0-9]+)$" -Y_CHANGELOG_EXTS = [".feature", ".removal", ".deprecation"] -Z_CHANGELOG_EXTS = [".bugfix", ".doc", ".misc"] +Y_CHANGELOG_EXTS = [".feature"] +Z_CHANGELOG_EXTS = [".bugfix", ".misc"] def options():