Release 5.0.0
Breaking Changes
- The plugin no longer prompts users for
repo
andread:org
scopes. Instead, GitHub membership checks are performed using a registry owner token. For this purpose, a new requiredtoken
option got introduced. - The
org
option got removed. The Verdaccio package configuration provides the same degree of access control with more flexibility. - The
repository-access
option got removed. Users are now only prompted to share public data. The option no longer has any use. - The
enterprise-origin
can no longer befalse
. Remove or comment it if you want to use the public GitHub. - The
GITHUB_USER
group is no longer supported. Usegithub/user/GITHUB_USER
instead. - The
github/GITHUB_ORG
group is no longer supported. Usegithub/org/GITHUB_ORG
instead. - The
github/GITHUB_ORG/GITHUB_TEAM
group is no longer supported. Usegithub/org/GITHUB_ORG/team/GITHUB_TEAM
instead. - The
github/owner/GITHUB_ORG
andgithub/owner/GITHUB_USER
groups are no longer supported. You now need to distinguish betweengithub/org/GITHUB_ORG/repo/GITHUB_REPO
andgithub/user/GITHUB_USER/repo/GITHUB_REPO
. - Node 14 is no longer supported.
Other Changes
- Improved documentation, now located in the
docs
folder - Dependency updates