Skip to content

Commit d44a4fc

Browse files
WIP: chore(xtask): changelog: add --allow-changes-in-released
1 parent 11244e7 commit d44a4fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

xtask/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)