Skip to content

Commit 375cd12

Browse files
committed
Fix broken link in README; clarify 'pre-release' (#317)
1 parent 498072e commit 375cd12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cargo-smart-release/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cargo install cargo-smart-release
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
6060
* [ ] 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
6262
* [ ] Support other remote names than 'origin' - currently the latter name is assumed. Fix by getting the remote of the currently checked out branch.
6363
* [ ] handle version specifications correctly [(tables vs values)](https://github.com/Byron/cargo-release/blob/master/src/cargo.rs#L179:L207)
6464
* [ ] 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
104104
[cargo-release]: https://github.com/sunng87/cargo-release/issues/224
105105
[git-cliff]: https://github.com/orhun/git-cliff
106106
[rustup]: https://rustup.rs/
107-
[stability guide]: https://github.com/Byron/gitoxide/blob/stability/STABILITY.md

0 commit comments

Comments
 (0)