From 3ed472d0a8d54032f0085625d9da24a80c12ba14 Mon Sep 17 00:00:00 2001 From: Vaclav Petras Date: Sat, 15 Jun 2024 09:06:11 -0400 Subject: [PATCH] contributing: Add more prefixes (#3823) Add prefixes temporal (a lot of temporal tools are often changed together). Docker, Singularity, and CI et al. can have subcategories or scopes. General style and perf are recognized. unittest (as in Python unittest) is recognized together with pytest. Refactoring is added as reaction to a specific change. utils is based on existing commits which are hard to categorize otherwise. --- utils/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/release.yml b/utils/release.yml index bec730857f8..0e70ef30888 100644 --- a/utils/release.yml +++ b/utils/release.yml @@ -2,7 +2,7 @@ notes: categories: - title: Modules - regexp: '((d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)(, (d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)?: |(modules|tools): ' + regexp: '((d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)(, (d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)?: |(modules|tools|temporal): ' - title: Graphical User Interface regexp: '(wxGUI.*|gui|GUI): ' @@ -29,13 +29,13 @@ notes: regexp: '(packaging|pkg|rpm|deb|pkg-config|configure|config|[Mm]ake|build): ' - title: Docker - regexp: '[Dd]ocker(/[^ ]+)?: ' + regexp: '[Dd]ocker(/[^ ]+)?(\(\w[\w.-]*\))?: ' - title: Singularity - regexp: '[Ss]ingularity: ' + regexp: '[Ss]ingularity(\(\w[\w.-]*\))?: ' - - title: Continuous Integration, Tests, Code Quality, and Checks - regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): ' + - title: Continuous Integration, Infrastructure, Tests and Code Quality + regexp: '(CI|ci|[Tt]ests|[Cc]hecks|style|perf|CQ|[Rr]efactoring|utils|pytest|unittest)(\(\w[\w.-]*\))?: ' - title: Contributing and Management regexp: '(contributing|CONTRIBUTING.md|contributors|contributors.csv): '