diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:29 +0100 |
| commit | e465722b908aa870bdc293b9a417d3c15294aa6d (patch) | |
| tree | 7c959d3b73f427d6c40522a7464eaa4531ef2f05 /MAINTAINERS.md | |
| parent | 56928734cbcf1d3a02fae4f152a541df1b04e04a (diff) | |
New upstream version 1.50.1 upstream/1.50.1
Diffstat (limited to 'MAINTAINERS.md')
| -rw-r--r-- | MAINTAINERS.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 5a75ee81..ab00ed31 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -191,7 +191,9 @@ release type that you specify, like devel, rc1, rc, major, major-post, etc. Run the script with `--help` to see all options. Notes: -- You need access to master.gnome.org, see [here](https://handbook.gnome.org/infrastructure/accounts.html). +- You need a private token from gitlab.freedesktop.org with 'api' level access + to the project. It can be saved to `~/.config/nm-release-token` or passed to + the `--gitlab-token` argument of `release.sh`. - The GPG key used to sign the tags must be exported to a keyserver. Versioning scheme, automatically handled by the script (version numbers are @@ -203,7 +205,7 @@ called MAJOR.MINOR.MICRO): number less, and MICRO is >= 90). The main differences between the different kind of releases are: -- Development releases: for depelopment and testing purposes only. +- Development releases: for development and testing purposes only. - Release candidates (RC): stabilization phase before a stable release. Normally there are one or two RCs with ~2 weeks cadence. More RCs can be releases if they are needed. |