From 497ad59465390fefb846479b80015e39dd6a80ec Mon Sep 17 00:00:00 2001 From: Kit Yan Choi Date: Mon, 16 Nov 2020 11:23:17 +0000 Subject: [PATCH] Add test suite to the category of changes --- docs/releases/README.rst | 3 ++- etstool.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/releases/README.rst b/docs/releases/README.rst index 8fcda5da9..91ec75390 100644 --- a/docs/releases/README.rst +++ b/docs/releases/README.rst @@ -12,7 +12,8 @@ Create a new file with a name like ``..rst``, where - ``bugfix``: Bug fixes - ``deprecation``: Deprecations of public API - ``removal``: Removal of public API -- ``doc``: Documentation changes. +- ``doc``: Documentation changes +- ``test``: Changes to test suite ('end users' are distribution packagers) Then write a short sentence in the file that describes the changes for the end users, e.g. in ``123.removal.rst``:: diff --git a/etstool.py b/etstool.py index 682051cec..6950cc8da 100644 --- a/etstool.py +++ b/etstool.py @@ -337,6 +337,7 @@ def changelog(ctx): "deprecation": "Deprecations", "removal": "Removals", "doc": "Documentation changes", + "test": "Test suite", } }