To publish the crates follow the following steps:
-
Update the version number in the top level
Cargo.toml
and use the same version number for theocpi-tariffs
dependency incli/Cargo.toml
. Update theCHANGELOG.md
Have this reviewed and merged into the main branch. -
Once that's merged tag the right commit on the main branch and push this tag to GitHub.
-
Publish the
ocpi-tariffs
crate first. -
Then publish the
cli
crate (because it depends on theocpi-tariffs
crate).
Enjoy the new crates!