Skip to content

Commit

Permalink
Docs: Correct GitHub access token variable name for releases (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 1, 2022
1 parent e399d6f commit 7a10cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. `git pull` the latest master and ensure that `git status` shows no local changes

2. `export GITHUB_AUTH="..."` with a [GitHub access token](https://github.com/settings/tokens/new?scopes=repo&description=release-it) with "repo" access so [release-it](https://github.com/release-it/release-it) can conduct a GitHub release
2. `export GITHUB_TOKEN="..."` with a [GitHub access token](https://github.com/settings/tokens/new?scopes=repo&description=release-it) with "repo" access so [release-it](https://github.com/release-it/release-it) can conduct a GitHub release

3. `export EDITOR="vim"` to choose an editor for editing the changelog

Expand Down

0 comments on commit 7a10cb4

Please sign in to comment.