2022-05-02 14:05:18 +01:00
|
|
|
builds:
|
2024-05-13 09:07:17 +01:00
|
|
|
- skip: true
|
2022-05-02 14:05:18 +01:00
|
|
|
|
|
|
|
changelog:
|
2024-05-13 09:07:17 +01:00
|
|
|
use: github
|
2022-05-02 14:05:18 +01:00
|
|
|
groups:
|
|
|
|
- title: Features
|
|
|
|
regexp: "^.*feat[(\\w)]*:+.*$"
|
|
|
|
order: 0
|
2024-03-25 11:00:36 +00:00
|
|
|
- title: "Bug fixes"
|
2022-05-02 14:05:18 +01:00
|
|
|
regexp: "^.*fix[(\\w)]*:+.*$"
|
|
|
|
order: 1
|
2024-03-25 11:00:36 +00:00
|
|
|
- title: "Enhancements"
|
2022-05-02 14:05:18 +01:00
|
|
|
regexp: "^.*chore[(\\w)]*:+.*$"
|
|
|
|
order: 2
|
2024-05-13 09:07:17 +01:00
|
|
|
- title: "Refactor"
|
|
|
|
regexp: "^.*refactor[(\\w)]*:+.*$"
|
|
|
|
order: 3
|
|
|
|
- title: "Build process updates"
|
|
|
|
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
|
|
|
|
order: 4
|
|
|
|
- title: "Documentation updates"
|
|
|
|
regexp: ^.*?docs?(\(.+\))??!?:.+$
|
|
|
|
order: 4
|
2022-05-02 14:05:18 +01:00
|
|
|
- title: Others
|
|
|
|
order: 999
|