Replies: 1 comment 1 reply
-
I think https://github.com/deinstapel/verdaccio-groupnames might help and give more ideas on how to achieve this via plugins. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Now we can split publish permissions only for package
But we also want to split permission by package tag.
For example, we allow publishing the foo-package with the
latest
,next
andbeta
tags only for developers fromcore-team
, but the developers fromsome-other-team
also can publishing the foo-package, but only with other tags (notlatest
,next
orbeta
)Describe the solution you'd like
Add some extension to publish-section of config:
Beta Was this translation helpful? Give feedback.
All reactions