Closed
Description
I'm using semantic-release-monorepo
and I'd like to share the same publishConfig
across all my packages.
Right now I have to define:
"publishConfig": {
"registry": "my custom registry",
"tag": "latest"
}
on each package.
It would be useful to have the ability to define the registry
and tag
properties in the plugin config so that they will be shared by all the packages.
Example:
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"registry": "registry here",
"tag": "latest"
}
],
}
Metadata
Metadata
Assignees
Labels
No labels