RELEASE-CHECKLIST.md
README.md's Usage section with the output of xh --helpCHANGELOG.md (rename unreleased header to the current date, add any missing changes).cargo update to update dependencies.Cargo.toml and run cargo check to update Cargo.lock.cargo run --features=native-tls -- --generate complete-bash > completions/xh.bash
cargo run --features=native-tls -- --generate complete-elvish > completions/xh.elv
cargo run --features=native-tls -- --generate complete-fish > completions/xh.fish
cargo run --features=native-tls -- --generate complete-nushell > completions/xh.nu
cargo run --features=native-tls -- --generate complete-powershell > completions/_xh.ps1
cargo run --features=native-tls -- --generate complete-zsh > completions/_xh
cargo run --features=native-tls -- --generate man > doc/xh.1
git tag v0.9.0.git push --tags which will start the CI release action.cargo publish.