changelog test

This commit is contained in:
2025-07-05 14:52:43 -07:00
parent 357a1555e7
commit 469913ddf1

View File

@@ -131,7 +131,7 @@ jobs:
echo "[INFO] Updating $changelog"
echo -e "\n## $(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> "$changelog"
git log -n 5 --pretty=format:"- %s" >> "$changelog"
git log -n 5 --pretty=format:"- %s (%an)" >> "$changelog"
done
- name: Commit and push changelogs if changed