no chores

This commit is contained in:
Emmaline Autumn 2025-05-07 10:02:23 -06:00
parent bd8daaf54a
commit 672b17872f

View File

@ -57,7 +57,7 @@ append_section() {
}
append_section "feat" "Features" "✨"
append_section "fix" "Fixes" "🐛"
append_section "chore" "Chores" "🧹"
# append_section "chore" "Chores" "🧹"
# Fallback if no commits found
[[ -z "$CHANGELOG" ]] && CHANGELOG="No commit history found."