X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=gen-changelog.sh;h=397e28df78558f7f9d25de6610ac247702c97e81;hb=HEAD;hp=5c6007e9759227e772bd59a762915f9ced5c3a1b;hpb=45774fe0e54d63043d505867137df6b7e60da690;p=cavedroid.git diff --git a/gen-changelog.sh b/gen-changelog.sh index 5c6007e..397e28d 100755 --- a/gen-changelog.sh +++ b/gen-changelog.sh @@ -6,6 +6,9 @@ previous_tag=0 i=0 + +echo '' + for current_tag in $(git tag --sort=-creatordate) do @@ -18,3 +21,5 @@ if [ "$previous_tag" != 0 ] && [ $i -lt 1 ]; then fi previous_tag=${current_tag} done + +echo ''