From: Silvio Rhatto Date: Sun, 23 Nov 2025 01:38:21 +0000 (-0300) Subject: Fix: mino corrections in the ChangeLog generation X-Git-Tag: 0.5.0~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=344581f1fd063e95612d75cd99c283d25e52505d;p=bookup.git Fix: mino corrections in the ChangeLog generation --- diff --git a/bin/assemble b/bin/assemble index 8691321..6ca1e66 100755 --- a/bin/assemble +++ b/bin/assemble @@ -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 diff --git a/bin/compile-book b/bin/compile-book index eaf7a11..a068fe7 100755 --- a/bin/compile-book +++ b/bin/compile-book @@ -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 diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md index 7d303d5..9232d71 100644 --- a/content/notes/00-changelog/changelog.md +++ b/content/notes/00-changelog/changelog.md @@ -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. diff --git a/templates/changelog.md b/templates/changelog.md index 387cc45..9e32aa1 100644 --- a/templates/changelog.md +++ b/templates/changelog.md @@ -6,7 +6,7 @@ $help$ $for(versions)$ -## $version$ $versions.id$ - $versions.date_markdown$ +## $version$ $versions.id$ - $versions.date_markdown$ {.unnumbered} $versions.summary$ $endfor$