X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=gen-changelog.sh;h=397e28df78558f7f9d25de6610ac247702c97e81;hb=refs%2Fheads%2Fmaster;hp=f2959c19db98b655fcabe006c8482c3bb9649a1a;hpb=948253618cb1b269459a9cb81be989850f9fc5cf;p=cavedroid.git diff --git a/gen-changelog.sh b/gen-changelog.sh index f2959c1..397e28d 100755 --- a/gen-changelog.sh +++ b/gen-changelog.sh @@ -1,7 +1,14 @@ #!/usr/bin/env bash +# Waku-2 CC BY-SA 3.0 +# https://stackoverflow.com/a/46033999 +# https://creativecommons.org/licenses/by-sa/3.0/ + previous_tag=0 i=0 + +echo '' + for current_tag in $(git tag --sort=-creatordate) do @@ -14,3 +21,5 @@ if [ "$previous_tag" != 0 ] && [ $i -lt 1 ]; then fi previous_tag=${current_tag} done + +echo ''