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

doc/guides/managing-a-release: add note on token permissions

This commit is contained in:
Benjamin Valentin 2025-11-02 20:38:48 +01:00
parent 5987b19788
commit bbcd5d4cd7

View File

@ -84,7 +84,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