Skip to content

Commit

Permalink
contributing: Add more prefixes (#3823)
Browse files Browse the repository at this point in the history
Add prefixes temporal (a lot of temporal tools are often changed together). Docker, Singularity, and CI et al. can have subcategories or scopes. General style and perf are recognized. unittest (as in Python unittest) is recognized together with pytest. Refactoring is added as reaction to a specific change. utils is based on existing commits which are hard to categorize otherwise.
  • Loading branch information
wenzeslaus authored and neteler committed Jun 15, 2024
1 parent 5115132 commit c397951
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)\.[^ ]*)(, (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|temporal): '

- title: Graphical User Interface
regexp: '(wxGUI.*|gui|GUI): '
Expand All @@ -29,13 +29,13 @@ notes:
regexp: '(packaging|pkg|rpm|deb|pkg-config|configure|config|[Mm]ake|build): '

- title: Docker
regexp: '[Dd]ocker(/[^ ]+)?: '
regexp: '[Dd]ocker(/[^ ]+)?(\(\w[\w.-]*\))?: '

- title: Singularity
regexp: '[Ss]ingularity: '
regexp: '[Ss]ingularity(\(\w[\w.-]*\))?: '

- title: Continuous Integration, Tests, Code Quality, and Checks
regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): '
- title: Continuous Integration, Infrastructure, Tests and Code Quality
regexp: '(CI|ci|[Tt]ests|[Cc]hecks|style|perf|CQ|[Rr]efactoring|utils|pytest|unittest)(\(\w[\w.-]*\))?: '

- title: Contributing and Management
regexp: '(contributing|CONTRIBUTING.md|contributors|contributors.csv): '
Expand Down

0 comments on commit c397951

Please sign in to comment.