From 3e6bcafe8fd4b8d074407d27587ec725cba36191 Mon Sep 17 00:00:00 2001 From: Vaclav Petras Date: Tue, 26 Dec 2023 20:41:35 -0500 Subject: [PATCH] contributing: Add more expressions to match release notes groups (#3035) * contributing: Add more expressions to match release notes groups - Two modules can now be separated with comma (2 modules are quite common, more is probably something else). - Weblate commit messages now match. - Packaging actually can use the word packaging. - Docker can have OS after slash. - Changes of contributors can now use the plain word contributors. * Add build as a universal and short prefix for compilation (Autotools, CMake, dependencies) --- utils/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/release.yml b/utils/release.yml index ea4acf1c680..bec730857f8 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)\.[^ ]*: |(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): ' - title: Graphical User Interface regexp: '(wxGUI.*|gui|GUI): ' @@ -20,16 +20,16 @@ notes: regexp: '(init|startup): ' - title: Translations, Internationalization, and Localization - regexp: '(i18n|i18N|L10n|L10N|t9n|translations?): ' + regexp: '(i18n|i18N|L10n|L10N|t9n|translations?): |Translations update from ' - title: Windows regexp: '(winGRASS|win|[Ww]indows): ' - title: Packaging, Configuration, Portability, and Compilation - regexp: '(pkg|rpm|deb|pkg-config|configure|config|[Mm]ake): ' + regexp: '(packaging|pkg|rpm|deb|pkg-config|configure|config|[Mm]ake|build): ' - title: Docker - regexp: '[Dd]ocker: ' + regexp: '[Dd]ocker(/[^ ]+)?: ' - title: Singularity regexp: '[Ss]ingularity: ' @@ -38,7 +38,7 @@ notes: regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): ' - title: Contributing and Management - regexp: '(contributing|CONTRIBUTING.md|contributors.csv): ' + regexp: '(contributing|CONTRIBUTING.md|contributors|contributors.csv): ' exclude: regexp: