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

Commit

Permalink
build: publish using wombat
Browse files Browse the repository at this point in the history
Sets the package.json publishConfig to use the wombat-dressing-room
registry.
  • Loading branch information
josephperrott authored and Keen Yee Liau committed Apr 21, 2020
1 parent 3b7fe02 commit 4bc80d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
5 changes: 5 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bc80d1

Please sign in to comment.