Cargo Features

[dependencies]
release-plz = { version = "0.3.64", default-features = false, features = ["docker-tests", "all-static"] }
default = all-static, docker-tests

These default features are set whenever release-plz is added without default-features = false somewhere in the dependency tree.

docker-tests default

Run tests that need a docker runtime to be executed

all-static default

Enables all-static of release_plz_core