chore(readme): add git cliff section

This commit is contained in:
Felipe 2023-09-19 23:36:45 -03:00
parent 637297f62f
commit bdbbfff539
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -1,3 +1,11 @@
# playlist-check
Rust tool to help check m3u8 playlists.
Rust tool to help check m3u8 playlists.
## Development
To update `CHANGELOG.md`, we use [cliff](https://git-cliff.org/) with the following
command
```sh
git cliff -o CHANGELOG.md
```