mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* Add plan subcommand * Skip binary files when replacing placeholders * Specify the next step * Make the plan ordered * Prevent creating a plan that includes an unpublished crate * Explain repo_dependencies * Tweak plan comment * Check branch during planning * Tweak logs * Hint about --allow-non-main
8 lines
311 B
TOML
8 lines
311 B
TOML
[alias]
|
|
xtask = "run --package xtask --"
|
|
xdoc = "run --package xtask --features=deploy-docs,preview-docs --"
|
|
xfmt = "xtask fmt-packages"
|
|
qa = "xtask run example qa-test"
|
|
xcheck = "run --package xtask --features=semver-checks --"
|
|
xrelease = "run --package xtask --features=release -- release"
|