change(release): Document the release level for RPC and command-line changes (#7196)

* Document the release level for RPC and command-line changes

* Add RPCs and command-line arguments
This commit is contained in:
teor 2023-07-12 07:04:53 +10:00 committed by GitHub
parent d3cc91e594
commit cf1e07248e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Zebra follows [semantic versioning](https://semver.org). Semantic versions look
Choose a release level for `zebrad`. Release levels are based on user-visible changes from the changelog:
- Mainnet Network Upgrades are `major` releases
- significant new features, large changes, deprecations, and removals are `minor` releases
- significant new features or behaviour changes; changes to RPCs, command-line, or configs; and deprecations or removals are `minor` releases
- otherwise, it is a `patch` release
Zebra's Rust API doesn't have any support or stability guarantees, so we keep all the `zebra-*` and `tower-*` crates on a beta `pre-release` version.