File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Commands:
4343
4444 All extra arguments will be forwarded to cargo-nextest (NOT wgpu-info)
4545
46- changelog [from_branch] [to_commit]
46+ changelog [--allow-changes-in-released] [ from_branch] [to_commit]
4747 Audit changes in the `CHANGELOG.md` at the root of the repo. Ensure that:
4848
4949 1. All changes are in an `Unreleased` section, unless `--allow-changes-in-released` is specified.
@@ -52,6 +52,8 @@ Commands:
5252
5353 `<to_commit>` is the tip of the `git diff` that will be used for checking (1).
5454
55+ 2. The contents of `Unreleased` conform to the sections described at the top of the `CHANGELOG.md`.
56+
5557 miri
5658 Run all miri-compatible tests under miri. Requires a nightly toolchain
5759 with the x86_64-unknown-linux-gnu target and miri component installed.
You can’t perform that action at this time.
0 commit comments