1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

Merge pull request #21838 from benpicco/doc/managing-a-release-token

doc/guides/managing-a-release: add note on token permissions
This commit is contained in:
crasbe 2025-11-02 21:16:31 +00:00 committed by GitHub
commit 05cac034eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ Any bugfixes should be merged into RIOT master and backported into the release b
### Automatic Freezing and Release Candidate Generation
First create a [classic Token](https://github.com/settings/tokens) and supply it to the `riot-release-manager` script with the `-t <token>` parameter.
First create a [classic Token](https://github.com/settings/tokens) with the 'repo' permission and supply it to the `riot-release-manager` script with the `-t <token>` parameter.
**Feature Freeze:**
```bash