diff --git a/README.md b/README.md index b1b35f4..856f942 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,14 @@ SUBCOMMANDS: migrate-to-keychain Migrate secrets stored in the config to be stored in the keychain ``` +# Release process + +Releases of `otpcli` are fully automated using GitHub Actions and initiated from [`cargo-release`](https://github.com/sunng87/cargo-release). +To trigger a new release, run `cargo release ` where `` is one of the support `cargo release` options: +- `alpha` +- `beta` +- `rc` +- `patch` +- `minor` +- `major`