From 49f45121f9b51f5c10070f1ae0902b3d503ef61a Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Fri, 12 Jun 2026 08:08:59 +1000 Subject: [PATCH] docs: document release verification command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f6abd30..f4749ea 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,9 @@ See [SECURITY.md](SECURITY.md). Do not include secrets, private tokens, propriet ## License MIT + +## Verification + +Run the release-readiness checks that match this package before publishing or opening a release PR. + +- `npm run build` - compile the package artifacts