Skip to content

Commit

Permalink
Merge pull request #7 from kunalmemane/development
Browse files Browse the repository at this point in the history
chore: changelog minor change
  • Loading branch information
kunalmemane authored Oct 25, 2024
2 parents 96a28bc + 8e69f22 commit 8113d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for type in "${!tag_map[@]}"; do

if git log "$PREVIOUS_TAG..$LATEST_TAG" --pretty='%h - %s (%an)' | grep -q "$type"; then
echo -e "\n### $title \n"

git log "$PREVIOUS_TAG..$LATEST_TAG" --pretty='%h - %s (%an)' | awk -v type="$type" '$0 ~ "^.{10}(" type ": )" { sub(type ": ", ""); print }'
fi
done
Expand Down

0 comments on commit 8113d20

Please sign in to comment.