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] 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
60
*[ ] it's _too eager_ to release and there should be a way to control patch releases.
61
-
*[ ] Handle pre-release versions and meta-data as per the [stability guide].
61
+
*[ ] Handle pre-release versions, like 1.0.0-beta.1
62
62
*[ ] Support other remote names than 'origin' - currently the latter name is assumed. Fix by getting the remote of the currently checked out branch.
63
63
*[ ] handle version specifications correctly [(tables vs values)](https://github.com/Byron/cargo-release/blob/master/src/cargo.rs#L179:L207)
64
64
*[ ] handle all version comparators correctly (see [here](https://github.com/Byron/cargo-release/blob/master/src/version.rs#L192:L226) for how it's done)
@@ -104,4 +104,3 @@ Special thanks go to [git-cliff] which gave me the nudge needed to want to write
0 commit comments