1
0
forked from GitHub/gf-core

Add preliminary RELEASE.md

This commit is contained in:
John J. Camilleri
2020-11-17 01:07:05 +01:00
parent 40e5f90d56
commit 6862098d8b
2 changed files with 48 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ else
fi
done
find . -name '*.md' | while read file ; do
if [[ "$file" == *"README.md" ]] ; then continue ; fi
if [[ "$file" == *"README.md" ]] || [[ "$file" == *"RELEASE.md" ]] ; then continue ; fi
html="${file%.md}.html"
if [ "$file" -nt "$html" ] || [ "$template" -nt "$html" ] ; then
render_md_html "$file" "$html"