From 4bc80d1a459542d883ea9200e4e1f48d265d0fda Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 16 Apr 2020 13:41:56 -0700 Subject: [PATCH] build: publish using wombat Sets the package.json publishConfig to use the wombat-dressing-room registry. --- package.json | 5 ++++- release.md | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0088ef741..b94601d09 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,8 @@ "engines": { "node": ">=8.8.x" }, - "version": "6.0.0" + "version": "6.0.0", + "publishConfig":{ + "registry": "https://wombat-dressing-room.appspot.com" + } } diff --git a/release.md b/release.md index a518f3769..13412d759 100644 --- a/release.md +++ b/release.md @@ -44,6 +44,11 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r - Verify that the changelog and tags look sane on github + - Login to the wombot NPM proxy +```sh +npm login --registry https://wombat-dressing-room.appspot.com + ``` + - NPM publish - Update the website. Run `./scripts/generate-docs.sh`, then switch to the `gh-pages` branch, edit the commit message with `git commit --amend`, and push the new website.