Skip to content

Commit 81da726

Browse files
authored
Merge pull request #93 from rwjblue/tweak-release-md
2 parents 43ff824 + 3406d8e commit 81da726

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)