esp-hal/.cargo/config.toml
Dániel Buga c8da165aa5
Prepare a release plan (#3506)
* 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
2025-05-22 11:07:57 +00:00

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"