Skip to content

Commit

Permalink
utils: Allow scopes for gui PR titles (OSGeo#4882)
Browse files Browse the repository at this point in the history
* utils: Allow scopes for gui PR titles

* utils: Allow MkDocs or mkdocs in the docs category
  • Loading branch information
echoix authored Dec 25, 2024
1 parent 61336ef commit bceeab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ notes:
example: 'r.slope.aspect:'

- title: Graphical User Interface
regexp: '(wxGUI.*|gui|GUI): '
regexp: '(wxGUI.*|gui|GUI)(\(\w[\w.-]*\))?: '
example: 'wxGUI:'

- title: Python
regexp: '(grass\.[^ ]*|libpython.*|pythonlib.*|ctypesgen|ctypes|[Pp]ython|[Bb]inder): '
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
Expand Down

0 comments on commit bceeab9

Please sign in to comment.