You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[x] automatically adjust manifest versions and update manifests of crates which use those whose versions were incremented
58
58
*[x] conservatively bump downstream workspace crates in the light of breaking changes, even though these won't be published, making downstream breakage impossible
59
59
*[x] use git tags to know if a crate changed at all, skipping publishes if there is no code change at all
60
+
*[ ] it's _too eager_ to release and there should be a way to control patch releases.
60
61
*[ ] Handle pre-release versions and meta-data as per the [stability guide].
61
62
*[ ] Support other remote names than 'origin' - currently the latter name is assumed. Fix by getting the remote of the currently checked out branch.
62
63
*[ ] handle version specifications correctly [(tables vs values)](https://github.com/Byron/cargo-release/blob/master/src/cargo.rs#L179:L207)
0 commit comments