Skip to content

Commit c8ca93e

Browse files
authored
Update npm account requirements in RELEASE.md
Clarified npm account requirements for publishing.
1 parent 39e933b commit c8ca93e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ Follow these steps when releasing the Nightwatch Browserstack plugin:
2424
```sh
2525
npm login
2626
```
27-
_Requires an npm account with permission for this package (typically by joining the Nightwatch organization on npm). For accounts with 2FA, a mobile verification code will be requested._
27+
_Requires an npm account._
2828
12. **Publish the package to npm:**
2929
```sh
3030
npm publish
3131
```
32+
_Requires an npm account with permission for this package (typically by joining the Nightwatch organization on npm). For accounts with 2FA, a mobile verification code will be requested._
3233
13. **Create a release on GitHub:**
3334
- Select the new tag.
3435
- Generate release notes.

0 commit comments

Comments
 (0)