Automatic releases? #471
joshtriplett
started this conversation in
General
Replies: 1 comment 5 replies
-
Not quite automatic, but I'm trying to use release-plz for releases. Unfortunately, this may have swung too far to the other extreme, as there's no way to release any workspace crate without releasing all workspace crates, including ones that are not really worth even a patch release. I'm likely going to either script my own bot or work on improving release-plz to support per-workspace-crate-prs |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some projects, such as https://github.com/clap-rs/clap/ , have automated releases to the point that they're simple enough to release each crate whenever there's a change to it. This avoids the need to decide whether and when to release crates after merging PRs into them, and ensures that merged features or bugfixes get to users sooner.
Would you consider doing the same for trillium, to avoid having periods in which changes are available in current git but not available to users?
Beta Was this translation helpful? Give feedback.
All reactions