]> gitweb.fluxo.info Git - bookup.git/commitdiff
Fix: mino corrections in the ChangeLog generation
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:38:21 +0000 (22:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:38:21 +0000 (22:38 -0300)
bin/assemble
bin/compile-book
content/notes/00-changelog/changelog.md
templates/changelog.md

index 86913211c06ef55211bc0a24aba6971368b6a980..6ca1e66d924c024dd56314042aea778f42d7ecc5 100755 (executable)
@@ -33,9 +33,6 @@ if [ -e "$NOTEBOOK" ]; then
   mv $NOTEBOOK $BUILD/notes
 fi
 
-# Build changelog
-$DIRNAME/compile-changelog
-
 # Move Atom feed
 if [ -e "$BASEDIR/atom.xml" ]; then
   mv $BASEDIR/atom.xml $BUILD
index eaf7a11e24b09270ac56d1eacfe52df804442e52..a068fe70e9915898d8677c256b6414480f2bcc1a 100755 (executable)
@@ -34,6 +34,9 @@ rm -f $OUTPUT.md $OUTPUT.Rmd
 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
index 7d303d51afeadde7ef95d3eb830801e4e7d973a7..9232d7160960365a34cbadd39fa7f459811844ca 100644 (file)
@@ -5,6 +5,6 @@
 
 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.
index 387cc4521e456d0684deba2af54dcfc580dec020..9e32aa15a64934fd264e5de25adae24011a42a33 100644 (file)
@@ -6,7 +6,7 @@
 $help$
 $for(versions)$
 
-## $version$ $versions.id$ - $versions.date_markdown$
+## $version$ $versions.id$ - $versions.date_markdown$ {.unnumbered}
 
 $versions.summary$
 $endfor$