ci: dont exclude any commit from changelog

This commit is contained in:
Simon Cornet 2025-04-03 18:06:12 +02:00
commit fc38cca13a
2 changed files with 10 additions and 12 deletions

View file

@ -5,18 +5,17 @@ version: 2
changelog:
use: "git"
sort: "desc"
filters:
exclude:
- "^chore"
- "^ci"
- "^docs"
groups:
- title: "🚀 Features"
regexp: "^feat"
- title: "🐛 Bug Fixes"
regexp: "^fix"
- title: "🛠 Maintenance"
- title: "🛠 Maintenance"
regexp: "^(chore|refactor)"
- title: "🦾 Automation"
regexp: "^ci"
- title: "📖 Documentation"
regexp: "^docs"
# build
builds: