Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4bc80d1

Browse files
josephperrottKeen Yee Liau
authored and
Keen Yee Liau
committed
build: publish using wombat
Sets the package.json publishConfig to use the wombat-dressing-room registry.
1 parent 3b7fe02 commit 4bc80d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@
7676
"engines": {
7777
"node": ">=8.8.x"
7878
},
79-
"version": "6.0.0"
79+
"version": "6.0.0",
80+
"publishConfig":{
81+
"registry": "https://wombat-dressing-room.appspot.com"
82+
}
8083
}

release.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r
4444
4545
- Verify that the changelog and tags look sane on github
4646
47+
- Login to the wombot NPM proxy
48+
```sh
49+
npm login --registry https://wombat-dressing-room.appspot.com
50+
```
51+
4752
- NPM publish
4853

4954
- 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.

0 commit comments

Comments
 (0)