将“package”分配给“publisher”会改变“dart pub publish”的行为吗?

does assigning a `package` to `publisher` changes `dart pub publish` behavior?

pub.dev Package ownership 状态:

You can transfer this package to a verified publisher if you are a member of the publisher. Transferring the package removes the current uploaders, so that only the members of the publisher can upload new versions.

Upgrading to verified publishers is an irreversible operation. Packages can be transferred between publishers, but they can't be converted back to legacy uploader ownership.

似乎很清楚,有一个发布者成员,

我可以上传那个包,但在继续之前我想知道:

dart pub publish 身份验证和一般行为是否有任何变化?

转让后您仍然可以添加其他人或您自己(如果转让给其他人,您必须让他们添加您)作为成员来更新包。

不会影响身份验证,我自己身份验证的行为与之前与个人所有者相同。