We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43ff824 + 3406d8e commit 81da726Copy full SHA for 81da726
1 file changed
RELEASE.md
@@ -44,7 +44,12 @@ yarn global add release-it
44
npm install --global release-it
45
```
46
47
-* Second, ensure that you have installed your projects dependencies:
+* 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:
53
54
55
yarn install
0 commit comments