summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5dae91)
raw | patch | inline | side by side (parent: a5dae91)
author | fredboy <fredboy@protonmail.com> | |
Wed, 17 Apr 2024 16:20:36 +0000 (23:20 +0700) | ||
committer | fredboy <fredboy@protonmail.com> | |
Wed, 17 Apr 2024 16:20:36 +0000 (23:20 +0700) |
gen-changelog.sh | patch | blob | history |
diff --git a/gen-changelog.sh b/gen-changelog.sh
index 5c6007e9759227e772bd59a762915f9ced5c3a1b..397e28df78558f7f9d25de6610ac247702c97e81 100755 (executable)
--- a/gen-changelog.sh
+++ b/gen-changelog.sh
previous_tag=0
i=0
+
+echo '<!--#include virtual="/includes/pre_header.shtml" -->'
+
for current_tag in $(git tag --sort=-creatordate)
do
fi
previous_tag=${current_tag}
done
+
+echo '<!--#include virtual="/includes/pre_footer.shtml" -->'