chore(readme): add git cliff section
This commit is contained in:
parent
637297f62f
commit
bdbbfff539
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue