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 custom options to cargo release #54

Closed
mmagician opened this issue Nov 6, 2022 · 1 comment
Closed

Support custom options to cargo release #54

mmagician opened this issue Nov 6, 2022 · 1 comment

Comments

@mmagician
Copy link
Contributor

I'd like to be able to use cargo release with the --dependent-version fix option.

Context: When releasing all crates from a workspace at once (related to #53), there are some dependencies between the crates (and circular dev-dependencies, with this workaround for now), and bumping dependent versions breaks the build. Concrete example: arkworks-rs/algebra.

I understand that not all options can be supported, else the action would break, but I think this is an option that shouldn't affect the result.

@passcod
Copy link
Member

passcod commented Nov 6, 2022

I'd definitely accept a PR for an option to change the value of --dependent-version!

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 a pull request may close this issue.

2 participants