cargo-unleash icon indicating copy to clipboard operation
cargo-unleash copied to clipboard

cargo release automatisation tooling for massiv mono-repos

Results 29 cargo-unleash issues
Sort by recently updated
recently updated
newest added

cargo unleash git version `278449633fc6549fa7804703d99138d6e4bfe8d5` ``` cargo unleash version set 0.0.1 -p orchestra -p orchestra-proc-macro cargo unleash em-dragons --dry-run -p orchestra -p orchestra-proc-macro ``` https://github.com/paritytech/polkadot/pull/5579 ``` cargo unleash version set...

When running `version bump-breaking` and then `check --include-dev-deps` on [the preparation of `matrix-rust-sdk`](https://github.com/gnunicorn/matrix-rust-sdk/commit/d2f251b2d5e50d921ad78691a1128c1d9b4f0746), `cargo unleash` fails with being unable to select the `matrix-sdk-base` for `matrix-sdk` - which is odd, as...

Considering the scenario, which we forget to upgrade a semver compat version update on a sub-dependency, because of caching we don't rebuild the intermediate dependency and that breaks the highest...

bug

additional "auto" mode for `version`-bumping that: - starting with a set of files (e.g. that changed in a github PR) - figure out deepest-dependency-first whether the version needs to be...

enhancement
help wanted

Checking cargo-unleash v1.0.0-alpha.dev (/home/runner/work/cargo-unleash/cargo-unleash/target/package/cargo-unleash-1.0.0-alpha.dev)

This might be a very difficult problem, there is some rust nightly support. Conceptual idea: * track re-exports that change * track changes between type definitions under same paths *...

enhancement

Providing functionality similar to [git-cliff](https://lib.rs/crates/git-cliff) to extract meaningful changelogs on a per-package level would be nice feature addition. Impl details: Every git commit contains sufficient information to map itself to...

enhancement

- [ ] test for issue #62 - [ ] fix the test

I was quite confused getting the following error messages from `cargo-unleash` when trying to run it locally: ![unleash](https://user-images.githubusercontent.com/246574/145569073-01716561-4944-416c-8943-fdb4a484d152.png) Apparently those error messages were printed out with a black text color,...