Skip to content

Commit 43215ae

Browse files
authored
checks: Add display and other modules root folder as accepted title prefixes (#5341)
1 parent 209bfd9 commit 43215ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ notes:
33
categories:
44
- title: Tools
55
# yamllint disable-line rule:line-length
6-
regexp: '(?:Revert \")?((d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)(, (d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)?: |(modules|tools|temporal): '
6+
regexp: '(?:Revert \")?((d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)(, (d|db|g|i|m|ps|r|r3|t|v)\.[^ ]*)?: |(display|imagery|misc|modules|ps|raster3d|raster|scripts|temporal|tools|vector|visualization): '
77
example: "r.slope.aspect:"
88

99
- title: Graphical User Interface
@@ -19,7 +19,7 @@ notes:
1919
example: "doc:"
2020

2121
- title: Libraries and General Functionality
22-
regexp: '(?:Revert \")?(grass_|lib|TGIS|tgis|raster|vector)[^ ]*: '
22+
regexp: '(?:Revert \")?(grass_|lib)[^ ]*: '
2323
example: "grass_btree: or lib/btree:"
2424

2525
- title: Startup, Initialization, and Environment

0 commit comments

Comments
 (0)