|Branch|CI system|Status|Test suite coverage|Fuzzer coverage|
|:----:|:-------:|-----:|:------:|:-------------:|
-|Master/3.7.x|Gitlab|[](https://gitlab.com/gnutls/gnutls/commits/master)|[](https://gnutls.gitlab.io/coverage/master)|[](https://gnutls.gitlab.io/coverage/master-fuzz)|
-|Master/3.7.x|Github Actions|[](https://github.com/gnutls/gnutls/actions)|N/A|N/A|
+|Master/3.8.x|Gitlab|[](https://gitlab.com/gnutls/gnutls/commits/master)|[](https://gnutls.gitlab.io/coverage/master)|[](https://gnutls.gitlab.io/coverage/master-fuzz)|
+|Master/3.8.x|Github Actions|[](https://github.com/gnutls/gnutls/actions)|N/A|N/A|
+|3.7.x|Gitlab|[](https://gitlab.com/gnutls/gnutls/commits/gnutls_3_7_x)|N/A|N/A|
|3.6.x|Gitlab|[](https://gitlab.com/gnutls/gnutls/commits/gnutls_3_6_x)|N/A|N/A|
```
1. Upload the tarball and the signature to ftp.gnupg.org:
```console
- scp gnutls-$VERSION.tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v$(expr $VERSION : '\([0-9]*\.[0-9]*\)')/
+ scp -oHostKeyAlgorithms=+ssh-rsa gnutls-$VERSION.tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v$(expr $VERSION : '\([0-9]*\.[0-9]*\)')/
```
1. Download `mingw32/archive` artifact for new release from [CI/CD jobs].
Rename downloaded zip file to `gnutls-$VERSION-w32.zip`.