From 672b17872fece91d30e1a86d4a892b2dc12837b4 Mon Sep 17 00:00:00 2001 From: Emma Date: Wed, 7 May 2025 10:02:23 -0600 Subject: [PATCH] no chores --- deno-release/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-release/entrypoint.sh b/deno-release/entrypoint.sh index ca03164..3296a39 100755 --- a/deno-release/entrypoint.sh +++ b/deno-release/entrypoint.sh @@ -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."