DEADSOFTWARE

Add my repo for automultibind
[cavedroid.git] / gen-changelog.sh
index f2959c19db98b655fcabe006c8482c3bb9649a1a..397e28df78558f7f9d25de6610ac247702c97e81 100755 (executable)
@@ -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 '<!--#include virtual="/includes/pre_header.shtml" -->'
+
 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 '<!--#include virtual="/includes/pre_footer.shtml" -->'