Skip to content

Commit 80bd2c7

Browse files
Remove duplicate variable assignments in changelog script
1 parent f5e56ab commit 80bd2c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/desktop/.github/scripts/generate-changelog.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ while IFS= read -r commit_line; do
102102
continue
103103
fi
104104

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-
109105

110106
# Validate hash format
111107
if [[ ! $HASH =~ ^[a-f0-9]{40}$ ]]; then

0 commit comments

Comments
 (0)