From: Silvio Rhatto Date: Sun, 23 Nov 2025 01:33:12 +0000 (-0300) Subject: Feat: ChangeLog: help text X-Git-Tag: 0.5.0~2 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=608f694ee6b56bc8694e4100fa5c81161cbec78b;p=bookup.git Feat: ChangeLog: help text --- diff --git a/_changes.yml b/_changes.yml index 4b3f3e1..728f7c0 100644 --- a/_changes.yml +++ b/_changes.yml @@ -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 diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md index 9d4e380..7d303d5 100644 --- a/content/notes/00-changelog/changelog.md +++ b/content/notes/00-changelog/changelog.md @@ -3,6 +3,8 @@ +This section can be used to register changes in the text versions. + ## Version 0.5.0 - 2025-11-22 * RSS/Atom feed support. diff --git a/templates/_changes.yml b/templates/_changes.yml index 7c93b35..31653bb 100644 --- a/templates/_changes.yml +++ b/templates/_changes.yml @@ -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: diff --git a/templates/changelog.md b/templates/changelog.md index 61a09a3..387cc45 100644 --- a/templates/changelog.md +++ b/templates/changelog.md @@ -2,6 +2,8 @@ + +$help$ $for(versions)$ ## $version$ $versions.id$ - $versions.date_markdown$