Skip to content

Commit 3406d8e

Browse files
author
Robert Jackson
committed
Add information on requiring GITHUB_AUTH to RELEASE.md.
1 parent 43ff824 commit 3406d8e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ yarn global add release-it
4444
npm install --global release-it
4545
```
4646

47-
* Second, ensure that you have installed your projects dependencies:
47+
* Second, ensure that you have an environment variable with your GitHub token
48+
setup as `GITHUB_AUTH`. This token will be used for generating your changelog
49+
(unauthenticated requests to the GitHub API are heavily throttled) and for
50+
creating the GitHub release.
51+
52+
* Third, ensure that you have installed your projects dependencies:
4853

4954
```
5055
yarn install

0 commit comments

Comments
 (0)