Skip to content

Commit

Permalink
contributing: Add more expressions to match release notes groups (#3035)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
wenzeslaus committed Dec 27, 2023
1 parent 44e7ebc commit 3e6bcaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utils/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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): '
Expand All @@ -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: '
Expand All @@ -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:
Expand Down

0 comments on commit 3e6bcaf

Please sign in to comment.