From 0c094d9f50edd6022cecf33506842e98d63e1d00 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Fri, 19 Apr 2024 15:56:29 -0400 Subject: [PATCH] chore: Clarifying changelog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 005d4e7..012f8bb 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,8 @@ server with `Ctrl+C`. ### Changelog Generation -- The changelog is automatically generated using [`antfu/changelogithub`](https://github.com/antfu/changelogithub) +- We generate a changelog for GitHub releases with + [`antfu/changelogithub`](https://github.com/antfu/changelogithub) - Each changelog entry is grouped and rendered based on conventional commits, and it is recommended to follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).