2024-03-25 10:31:19 +00:00
|
|
|
builds:
|
2024-05-06 09:50:47 +01:00
|
|
|
- # If true, skip the build.
|
2024-03-25 10:31:19 +00:00
|
|
|
# Useful for library projects.
|
|
|
|
# Default is false
|
|
|
|
skip: true
|
|
|
|
|
|
|
|
changelog:
|
2024-05-06 09:50:47 +01:00
|
|
|
use: github
|
2024-03-25 10:31:19 +00:00
|
|
|
groups:
|
|
|
|
- title: Features
|
|
|
|
regexp: "^.*feat[(\\w)]*:+.*$"
|
|
|
|
order: 0
|
2024-05-06 09:50:47 +01:00
|
|
|
- title: "Bug fixes"
|
2024-03-25 10:31:19 +00:00
|
|
|
regexp: "^.*fix[(\\w)]*:+.*$"
|
|
|
|
order: 1
|
2024-05-06 09:50:47 +01:00
|
|
|
- title: "Enhancements"
|
2024-03-25 10:31:19 +00:00
|
|
|
regexp: "^.*chore[(\\w)]*:+.*$"
|
|
|
|
order: 2
|
2024-05-06 09:50:47 +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
|
2024-03-25 10:31:19 +00:00
|
|
|
- title: Others
|
|
|
|
order: 999
|