summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-02-27 08:40:56 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2022-02-27 15:25:41 +0100
commit448bfaf748d2e8fddd1b3cf2f4d3520fa67affd6 (patch)
tree0a38c2b28e1861ff4d81c9e1d98e602baa99e59a /doc
parent0655ecf23d778f1455e2d79f37a805a7bcca98d2 (diff)
Prepare a "unreleased" section at the top of `CHANGELOG.md`
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index e49bb9af..d880ced7 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -49,4 +49,23 @@
## Post-release
-- [ ] Prepare a new (empty) "unreleased" section at the top of `CHANGELOG.md`.
+- [ ] Prepare a new "unreleased" section at the top of `CHANGELOG.md`.
+ Put this at the top:
+
+```
+# unreleased
+
+## Features
+
+## Bugfixes
+
+## Other
+
+## Syntaxes
+
+## Themes
+
+## `bat` as a library
+
+
+``` \ No newline at end of file