summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-11-12 14:32:46 +0800
committerGitHub <noreply@github.com>2023-11-12 14:32:46 +0800
commit23827065c23f6e925071282f2cd8bfcd75fefc94 (patch)
tree558f37874df97f2771bf1644a1b72d169a34f909 /CHANGELOG.md
parent16a6f9eec6079a08d31159e296f6009034bd533c (diff)
CI: ensure a changelog entry exists for each PR (#331)
* CI: ensure a changelog entry exists for each PR * Write CHANGELOG * Fix grep by adding `-P`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06ac270..d6ca92e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+### Added
+
+* CI: ensure a changelog entry exists for each PR #331 - @cyqsimon
+
## [0.21.1] - 2023-10-16
### Fixed