aboutsummaryrefslogtreecommitdiff
path: root/templates/_changelog.yml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_changelog.yml')
-rw-r--r--templates/_changelog.yml19
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.