release-plz 0.3.21

Update version and changelog based on semantic versioning and conventional commits
1
2
3
4
5
use assert_cmd::Command;

pub fn release_plz_cmd() -> Command {
    Command::cargo_bin(env!("CARGO_PKG_NAME")).unwrap()
}