Files
avbroot/xtask
Andrew Gunnerson a134d7f889 Remove oemunlockonboot module
The module has been split out into another repo [1] so that it can be
versioned separately. It now also supports Magisk's automatic update
mechanism.

Closes: #235

[1] https://github.com/chenxiaolong/OEMUnlockOnBoot

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-12-30 19:16:05 -05:00
..
2023-12-30 19:16:05 -05:00
2023-12-30 19:16:05 -05:00
2023-12-30 19:16:05 -05: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 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