Skip to content

Commit

Permalink
update release documentatino
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed May 3, 2020
1 parent 8236606 commit a941323
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version_change>` where `<version_change>` is one of the support `cargo release` options:
- `alpha`
- `beta`
- `rc`
- `patch`
- `minor`
- `major`

0 comments on commit a941323

Please sign in to comment.