From 6d9a13331acbf2ab63bba1d12ad8bca5086bafeb Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 18 Dec 2022 21:58:30 +0100 Subject: [PATCH] README: document Changelog update tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d4f2397..e583284c5 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Cutting a Release * [ ] Update git submodules. * [ ] Increment version in CMakeLists.txt * [ ] Update Doxygen API docs at https://libvnc.github.io/doc/html/ -* [ ] Update ChangeLog. +* [ ] Update ChangeLog (using [git2cl](utils/git2cl.pl)) How to use