ci(update): generated commit will have conventional commits format

This commit is contained in:
Luis Quiñones
2025-04-15 14:39:41 -05:00
parent c0201fb689
commit 847dce4051

2
.github/update.sh vendored
View File

@@ -256,7 +256,7 @@ main() {
fi
# Prepare commit message
init_message="Update Zen Browser"
init_message="chore(update): "
message="$init_message"
if [ "$commit_beta_targets" != "" ]; then