diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:18:04 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:18:04 -0300 |
| commit | 7129667042a715d2c620c0ec8157c6a59529cbca (patch) | |
| tree | 51f2410200d4907826d29f8d53f92c30e3516a9b /templates/_changelog.yml | |
| parent | 1c770a9b4c021bf4703b13294aacf6496c29cb75 (diff) | |
| download | bookup-0.5.3.tar.gz bookup-0.5.3.tar.bz2 | |
Bookup 0.5.30.5.3
Diffstat (limited to 'templates/_changelog.yml')
| -rw-r--r-- | templates/_changelog.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/_changelog.yml b/templates/_changelog.yml new file mode 100644 index 0000000..31653bb --- /dev/null +++ b/templates/_changelog.yml @@ -0,0 +1,19 @@ +--- +# 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: + date_rss: + date_markdown: + summary: + + # Example + #- id: 0.1.0 + # date_atom: 2025-11-22T21:30:00-03:00 + # date_rss: 22 Sep 2025 21:30:00 -0300 + # date_markdown: 2025-11-22 + # summary: | + # * Initial version. |
