You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
- Commit with message `:package: X.X.X` (replacing with version)
6
6
- Push commit to master
7
7
- Run `npm whoami`, making sure you're logged in properly to NPM. If not, `npm login`.
8
-
- If you have GitHub 2FA enabled (you should!), you may need to set an environmental variable with a GitHub [personal access token](https://github.com/settings/tokens) (with "repo access" scope).
8
+
- If you have GitHub 2FA enabled (you should!), you may need to set an environmental variable with a GitHub [personal access token](https://github.com/settings/tokens) (with "repo access" scope) (`export GH_RELEASE_GITHUB_API_TOKEN="..."`)
9
9
- Run `npm run release` (or on Windows, run `scripts/release.sh` from a bash-compatible terminal like Git Bash, Windows Subsystem for Linux, etc)
0 commit comments