From fa471c7178dce184ca6fe5bbb24b9c2db96d68ce Mon Sep 17 00:00:00 2001 From: liuyinz Date: Tue, 10 Oct 2023 00:05:43 +0800 Subject: [PATCH] docs(readme): add link to emacs package support git-cliff (#307) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41a45c29d6..b8ba7d3d2c 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Learn how to use **git-cliff** from the [documentation](https://git-cliff.org/do - **git-cliff** was featured in [Console #141 - The Open Source Newsletter](https://console.substack.com/p/console-141) +## Editor Support + +- [git-cliff.el](https://github.com/liuyinz/git-cliff.el) - Genarate, update and release changelog in Emacs + ## Similar/Related Projects - [git-journal](https://github.com/saschagrunert/git-journal) - The Git Commit Message and Changelog Generation Framework