Skip to content

Commit

Permalink
change(release): Document the release level for RPC and command-line …
Browse files Browse the repository at this point in the history
…changes (#7196)

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

* Add RPCs and command-line arguments
  • Loading branch information
teor2345 authored Jul 11, 2023
1 parent d3cc91e commit cf1e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf1e072

Please sign in to comment.