From bceeab9228a51d7515877e472b7e277428d80303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:38:52 -0500 Subject: [PATCH] utils: Allow scopes for gui PR titles (#4882) * utils: Allow scopes for gui PR titles * utils: Allow MkDocs or mkdocs in the docs category --- utils/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/release.yml b/utils/release.yml index eb601419274..c0d9cc17400 100644 --- a/utils/release.yml +++ b/utils/release.yml @@ -6,7 +6,7 @@ notes: example: 'r.slope.aspect:' - title: Graphical User Interface - regexp: '(wxGUI.*|gui|GUI): ' + regexp: '(wxGUI.*|gui|GUI)(\(\w[\w.-]*\))?: ' example: 'wxGUI:' - title: Python @@ -14,7 +14,7 @@ notes: example: 'grass.script:' - title: Documentation and Messages - regexp: '(docs?|man|manual|manual pages|[Ss]phinx|mkhtml|messages?): ' + regexp: '(docs?|man|manual|manual pages|[Ss]phinx|mkhtml|MkDocs|mkdocs|messages?): ' example: 'doc:' - title: Libraries and General Functionality