de0u The question was about how many has pieces of the signing key, and how many pieces are required to sign a release. Specifically if a single compromise of a person would compromise the signing key. At least that is how I understood the question, not naming any specific persons.
All we know if that there are not multiple signing keys, but just a single. But that single key can still be split up so multiple developers need to sign each release together, for better protection against compromise of single developer. The same signing key can also be shared with multiple developers in full, for example by multiple developers having access to the HSM the full key is stored in, to still be able to sign releases if a single developer goes missing, but at the expense of now multiple developers being able to sign a release all by themselves reducing security. None of these details can we see, but have to be told.