Cargo Features
[dependencies]
release-plz = { version = "0.3.109", default-features = false, features = ["docker-tests", "all-static"] }
- default = all-static, docker-tests
-
These default features are set whenever
release-plz
is added without
somewhere in the dependency tree.default-features = false - docker-tests default
-
Run tests that need a docker runtime to be executed
- all-static default
-
Enables all-static of release_plz_core