Files
avbroot/xtask
Andrew Gunnerson 73b893f3ed changelog.txt: Add entry for PR #196
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-10-27 17:42:00 -04:00
..
2023-10-27 17:42:00 -04:00
2023-09-30 19:23:30 -04:00
2023-08-30 19:23:07 -04:00

Release tools

Updating the project version

To update the project version, run:

cargo xtask set-version -V <version>

This will update the main Cargo.toml and each module's module.prop file.

To add an entry to CHANGELOG.md, the user should manually type in a message and add repository references, like [Issue #0] or [PR #0 @user].

Then, run the following command to generate the appropriate link references:

cargo xtask update-changelog

Build modules

To build avbroot's companion modules, run:

cargo xtask modules -a
# or -m <module1> -m <module2> ...

See the main README.md for more details.