- change the
version
value defined inmain.rs
andCargo.toml
. - run
cargo clippy
to check the codes as well as to updateCargo.lock
- run
cargo publish
in thespotify_player
folder to publish the package - create a new release in
github
- add new entries to the
Command
enum defined incommand.rs
and to theCommand::desc
function - add a new default key mapping for the command in
config/keymap.rs
- update the command table in
readme.md
Note: should follow a similar checklist when modifying a command