Prepare a "unreleased" section at the top of `CHANGELOG.md`

This commit is contained in:
Martin Nordholts 2022-02-27 08:40:56 +01:00 committed by David Peter
parent 0655ecf23d
commit 448bfaf748
2 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# unreleased
## Features
## Bugfixes
## Other
## Syntaxes
## Themes
## `bat` as a library
# v0.20.0
## Features

View File

@ -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
```