diff --git a/tools/generatechangelog-pipeline.sh b/tools/generatechangelog-pipeline.sh index 83a767a74222d1282fdd50da338ac559b3267756..c527c54993d72316bed4b8d43c070bb6f465dfcb 100755 --- a/tools/generatechangelog-pipeline.sh +++ b/tools/generatechangelog-pipeline.sh @@ -7,4 +7,4 @@ TAG_START=$(git tag | sort -Vr | head -1) git pull --tags origin master &> /dev/null echo "

$REPO_NAME Changelog

" echo "

tag: ${TAG_START} -> ${TAG_END}

" -git log --pretty=format:"
  • %h • %s
  • " --reverse ${TAG_START}..${TAG_END} +git log --pretty=format:"
  • %h • %s
  • " --reverse ${TAG_START}..${TAG_END}