Skip to content

Commit df036f8

Browse files
committed
docs: add clarification on alpha publishing process
1 parent 11c1a05 commit df036f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/PUBLISHING.md

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ git push --follow-tags origin <branch> && npm publish --tag alpha
117117
npm publish --tag alpha --registry=https://npm.pkg.github.com/
118118
```
119119

120+
**NOTE**: running `npm publish` with `--registry` may edit your .npmrc file and force all subsequent publishes to go to the GH Registry. Remove the scope/registry map from `~/.npmrc` after publishing.
121+
120122
#### Editing the CHANGELOG
121123

122124
1. Run `git log` and note the version tag on the latest (release) commit

0 commit comments

Comments
 (0)