mv $NOTEBOOK $BUILD/notes
fi
-# Build changelog
-$DIRNAME/compile-changelog
-
# Move Atom feed
if [ -e "$BASEDIR/atom.xml" ]; then
mv $BASEDIR/atom.xml $BUILD
cat _book.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md
cat _common.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md
+# Build changelog
+$DIRNAME/compile-changelog
+
# Bibliography
$BASEDIR/bin/biblio-yml > _biblio.yml
cat _biblio.yml >> $OUTPUT.md
This section can be used to register changes in the text versions.
-## Version 0.5.0 - 2025-11-22
+## Version 0.5.0 - 2025-11-22 {.unnumbered}
* RSS/Atom feed support.
$help$
$for(versions)$
-## $version$ $versions.id$ - $versions.date_markdown$
+## $version$ $versions.id$ - $versions.date_markdown$ {.unnumbered}
$versions.summary$
$endfor$