From fcc5b6d60407d13b068e84a33744844cc7010a1c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 22 Sep 2018 18:43:22 -0300 Subject: [PATCH] Add "deprecation" to possible changelog entries in pre-commit --- .pre-commit-config.yaml | 2 +- changelog/{3964.rst => 3964.feature.rst} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename changelog/{3964.rst => 3964.feature.rst} (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0340fb9d..5a1dd5ee6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,5 +41,5 @@ repos: name: changelog filenames language: fail entry: 'changelog files must be named ####.(feature|bugfix|doc|removal|vendor|trivial).rst' - exclude: changelog/(\d+\.(feature|bugfix|doc|removal|vendor|trivial).rst|README.rst|_template.rst) + exclude: changelog/(\d+\.(feature|bugfix|doc|deprecation|removal|vendor|trivial).rst|README.rst|_template.rst) files: ^changelog/ diff --git a/changelog/3964.rst b/changelog/3964.feature.rst similarity index 100% rename from changelog/3964.rst rename to changelog/3964.feature.rst