fix(goreleaser): add dependency updates in changelog
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 12s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 9s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 22s

This commit is contained in:
2026-01-31 22:56:52 +01:00
parent c40b83e42a
commit df8b3b4a8b

View File

@@ -49,7 +49,6 @@ builds:
changelog: changelog:
filters: filters:
exclude: exclude:
- '^chore'
- '^docs' - '^docs'
- '^test' - '^test'
- Merge pull request - Merge pull request
@@ -63,6 +62,9 @@ changelog:
- title: "Bug fixes" - title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$' regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1 order: 1
- title: Dependencies
regexp: '^.*?chore\(deps\):.+$'
order: 2
- title: Others - title: Others
order: 999 order: 999
sort: asc sort: asc