Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Add support for custom registry #339

Open
Jannik-dev opened this issue May 13, 2024 · 3 comments
Open

[FEAT] Add support for custom registry #339

Jannik-dev opened this issue May 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Jannik-dev
Copy link

Some companies are using their own registry (with tools such as https://pub.dev/packages/unpub).

It would be beneficial to allow custom registries with a configuration like:

"semantic-release-pub",
{
  "host": "https://my-registry.com"
}
@zeshuaro zeshuaro added the enhancement New feature or request label May 13, 2024
@zeshuaro zeshuaro self-assigned this May 13, 2024
@zeshuaro
Copy link
Owner

Thanks for raising this. Do you have any idea how authentication would work for the example custom registry you shared?

@Jannik-dev
Copy link
Author

This seems to be the documentation, but the example unpub does not currently support this (see pd4d10/unpub#36)

@zeshuaro
Copy link
Owner

Currently, the plugin is implemented with the auth mechanism you linked. I would prefer if other custom registries also support this or have something as simple as basic auth so that we don't end up with having multiple custom auth mechanism for different registries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants