From 18d5eb126d61991e69094df425f70d37cfb27463 Mon Sep 17 00:00:00 2001 From: Andrew Hyndman Date: Fri, 13 Sep 2024 16:09:21 -0400 Subject: [PATCH] chore: Add note that releases should be pushed to main --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02fc5a5..422c5a4 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,8 @@ You can launch tests in the browser by opening http://localhost:3000/test/[test- ### Releasing +> NOTE: This package should be released by a repository administrator. New versions are expected to be pushed directly to `main`. + This package is configured to publish new releases using [`np`](https://github.com/sindresorhus/np#readme). To cut a new release, switch to the `main` branch and run `npm run release`.