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

🍮 Support for custom registries #11

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

Jasper-Bekkers
Copy link
Contributor

I've added the option to publish to different (custom) registries such as for example cloudsmith.

This required removing the Copy derive from the Options struct because Option<String> isn't trivially copy-able, so I had to introduce quite a few .clone() calls as well unfortunately.

Copy link
Owner

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for contributing!

This PR will soon be merged via #12, and I will see to creating a new release as well.

@Byron Byron merged commit 3abb6df into Byron:main Jan 4, 2024
9 of 11 checks passed
@Byron
Copy link
Owner

Byron commented Jan 4, 2024

The new release is available here: https://github.com/Byron/cargo-smart-release/releases/tag/v0.21.3 .

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

Successfully merging this pull request may close these issues.

2 participants