diff --git a/README.md b/README.md index b55c81e..95876e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # playlist-check -Rust tool to help check m3u8 playlists. \ No newline at end of file +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 +```