Skip to content

Commit 7954527

Browse files
committed
Note about smart-release being (too) eager to release
Not an issue for gitoxide, but might be bothersome.
1 parent 9b8363b commit 7954527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cargo-smart-release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ cargo install cargo-smart-release
5757
* [x] automatically adjust manifest versions and update manifests of crates which use those whose versions were incremented
5858
* [x] conservatively bump downstream workspace crates in the light of breaking changes, even though these won't be published, making downstream breakage impossible
5959
* [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.
6061
* [ ] Handle pre-release versions and meta-data as per the [stability guide].
6162
* [ ] Support other remote names than 'origin' - currently the latter name is assumed. Fix by getting the remote of the currently checked out branch.
6263
* [ ] handle version specifications correctly [(tables vs values)](https://github.com/Byron/cargo-release/blob/master/src/cargo.rs#L179:L207)

0 commit comments

Comments
 (0)