lang geändert
All checks were successful
Build Changelog and Release / release (push) Successful in 10s

This commit is contained in:
2025-05-29 10:34:50 +02:00
parent 034b3208c6
commit 733f16c90c

View File

@ -19,6 +19,9 @@ jobs:
sudo mv git-chglog /usr/local/bin/
- name: Generate changelog
env:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
run: |
git-chglog $(git describe --tags --abbrev=0) > RELEASE_NOTES.md