aboutsummaryrefslogtreecommitdiff
path: root/archetypes/changelog.md
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
commit93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (patch)
tree1d5ccef993cfa21b1aaf0f4c28dd9994e111cbc3 /archetypes/changelog.md
parent81200fa6a598557f36593c950d7a63c52aa0b22f (diff)
add changelog, assets, new partial
Diffstat (limited to 'archetypes/changelog.md')
-rw-r--r--archetypes/changelog.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/archetypes/changelog.md b/archetypes/changelog.md
new file mode 100644
index 0000000..3a002ba
--- /dev/null
+++ b/archetypes/changelog.md
@@ -0,0 +1,15 @@
1---
2title: {{ .Date }}
3date: {{ .Date }}
4draft: true
5---
6
7## Changes
8
9- Change 1
10- Change 2
11
12## Notes
13
14- Note 1
15- Note 2 \ No newline at end of file