We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e56ab commit 80bd2c7Copy full SHA for 80bd2c7
apps/desktop/.github/scripts/generate-changelog.sh
@@ -102,10 +102,6 @@ while IFS= read -r commit_line; do
102
continue
103
fi
104
105
- HASH=$(echo "$commit_line" | cut -d'|' -f1)
106
- COMMIT_MSG=$(echo "$commit_line" | cut -d'|' -f2)
107
- BODY=$(echo "$commit_line" | cut -d'|' -f3)
108
-
109
110
# Validate hash format
111
if [[ ! $HASH =~ ^[a-f0-9]{40}$ ]]; then
0 commit comments