xtask/README.md
The Loco xtask serves as a loco development helper, streamlining various tasks on the library, such as running all tests with a single command and preparing for a new release and maybe more.
To release a new Loco version, execute the following command:
cargo run bump-version VERSION
The bump-version command performs the following steps:
git checkout -b bump-version-[VERSION]cd xtask
cargo run bump-version VERSION