update changelog gen

This commit is contained in:
Ivan Schaller 2023-12-10 00:53:27 +01:00
parent 29e5c1314a
commit d9a07233e8

View file

@ -18,7 +18,8 @@ jobs:
- name: generate changelog
run: >-
auto-changelog -t keepachangelog --unreleased
auto-changelog -t keepachangelog
--commit-limit 50 --backfill-limit 50
--ignore-commit-pattern '(B|b)ump version|update changelog'
- name: commit changes