]> gitweb.fluxo.info Git - bookup.git/commitdiff
Feat: ChangeLog: help text
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:33:12 +0000 (22:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Nov 2025 01:33:12 +0000 (22:33 -0300)
_changes.yml
content/notes/00-changelog/changelog.md
templates/_changes.yml
templates/changelog.md

index 4b3f3e14bd7daab8e79c12e039d2bbcdbda743b7..728f7c0e62e4441e3ca9bf48bb03fd7549a403f8 100644 (file)
@@ -2,6 +2,7 @@
 # Each entry should have the date all supported formats (Atom, RSS and Markdown)
 changelog: Changelog
 version: Version
+help: This section can be used to register changes in the text versions.
 versions:
   - id: 0.5.0
     date_atom: 2025-11-22T21:30:00-03:00
index 9d4e3804af27c76adbbed512919477db77d63032..7d303d51afeadde7ef95d3eb830801e4e7d973a7 100644 (file)
@@ -3,6 +3,8 @@
 <!-- DO NOT manually edit this file: it's generated from _changes.yml -->
 <!-- Any updates here will be overwritten -->
 
+This section can be used to register changes in the text versions.
+
 ## Version 0.5.0 - 2025-11-22
 
 * RSS/Atom feed support.
index 7c93b3549e62b25eebfffc6e688d08b4fbd32708..31653bb577be3ec4fc994835c71e08e370bbdfa9 100644 (file)
@@ -2,6 +2,7 @@
 # Each entry should have the date all supported formats (Atom, RSS and Markdown)
 changelog: Changelog
 version: version
+help: This section can be used to register changes in the text versions.
 versions:
   - id: 
     date_atom: 
index 61a09a334939a87a086a25da0765a8a69400b272..387cc4521e456d0684deba2af54dcfc580dec020 100644 (file)
@@ -2,6 +2,8 @@
 
 <!-- DO NOT manually edit this file: it's generated from _changes.yml -->
 <!-- Any updates here will be overwritten -->
+
+$help$
 $for(versions)$
 
 ## $version$ $versions.id$ - $versions.date_markdown$