From 8062f3622c1e3a3e5ec03b86ece6380c597be4d9 Mon Sep 17 00:00:00 2001 From: Martin Swinkels Date: Tue, 17 Feb 2026 17:30:38 +0100 Subject: [PATCH] docs(contributing): Remove outdated changelog update instruction --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 864f063..23df209 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,6 @@ To make life a bit easier, a `.vscode/settings.json` file is configured to enfor ## Documentation requirements - (Re)generate the help files via [src/PlatyPS.ps1](src/PlatyPS.ps1) into a temporary folder, then hand-curate diffs before replacing existing docs to avoid accidental deletions. -- Update [CHANGELOG.md](CHANGELOG.md) with the user-facing changes grouped under the `UNRELEASED` heading. ## Branching and PR workflow