From bdbbfff539a6fcb5d6db69e92f39041d163cc5da Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Tue, 19 Sep 2023 23:36:45 -0300 Subject: [PATCH] chore(readme): add git cliff section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```