From f74321cbc77daddfeb891a2db1f38cac8bf8c728 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 24 Aug 2026 15:07:28 -0600 Subject: [PATCH] chore: drop stale package.json version-bump checklist item Versioning is fully automated by semantic-release (adopted in 753f2ee); this checklist item predates that and no PR since has bumped package.json's version by hand. The dist/ checklist item stays, since CI doesn't actually enforce it (check-git-clean.sh exists but isn't wired into ci.yml). --- .github/commenter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/commenter.yml b/.github/commenter.yml index dedbfc5..07b441e 100644 --- a/.github/commenter.yml +++ b/.github/commenter.yml @@ -5,5 +5,4 @@ PRChecklist: body: | **PR checklist** - - [ ] Version in `package.json` is updated according to semver policy. - [ ] Built `dist/` reflects all changes in PR prior to merge.