From: fredboy Date: Wed, 17 Apr 2024 16:20:36 +0000 (+0700) Subject: Add apache ssi to changelog X-Git-Tag: alpha0.5.1~3 X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=commitdiff_plain;h=855c0d5893371fa9ee164bd69a782a8071933578 Add apache ssi to changelog --- 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 ''