From 8a4243705944ae1751d1877e88520606b2239fc4 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 4 May 2021 09:28:35 -0700 Subject: [PATCH] Added a note about testing on Windows to the releasing instructions --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index a1f886fb..bb527c62 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -59,6 +59,7 @@ Install [twine](https://github.com/pypa/twine) ### Release the core NPM module +1. Run the tests on Windows. (CI only tests on Linux.) 1. `npm adduser` to save your credentials locally 1. `npm publish .` to publish what's in `package.json`