Skip to content

Commit c8ef646

Browse files
authored
Merge pull request #571 from github/update-release-instructions
Add a description for GH_RELEASE_TOKEN environment variable
2 parents d053b60 + 0097598 commit c8ef646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Coming :soon:
2626

2727
1. Install the Debian `devscripts` package:
2828
`sudo apt-get install devscripts`
29-
2. Run...
29+
2. Generate a PAT through github.com with access to the `github/backup-utils` repository. This will be used for the `GH_RELEASE_TOKEN` environment variable in the next step.
30+
3. Run...
3031
- Feature release:
3132
`GH_AUTHOR="Bob Smith <[email protected]>" GH_RELEASE_TOKEN=your-amazing-secure-token script/release 2.13.0 2.11.0`
3233
- Patch release:

0 commit comments

Comments
 (0)