DEADSOFTWARE

Add apache ssi to changelog
authorfredboy <fredboy@protonmail.com>
Wed, 17 Apr 2024 16:20:36 +0000 (23:20 +0700)
committerfredboy <fredboy@protonmail.com>
Wed, 17 Apr 2024 16:20:36 +0000 (23:20 +0700)
gen-changelog.sh

index 5c6007e9759227e772bd59a762915f9ced5c3a1b..397e28df78558f7f9d25de6610ac247702c97e81 100755 (executable)
@@ -6,6 +6,9 @@
 
 previous_tag=0
 i=0
+
+echo '<!--#include virtual="/includes/pre_header.shtml" -->'
+
 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 '<!--#include virtual="/includes/pre_footer.shtml" -->'