From dc7d5a862f3cc5f98f4ad5b5e2e8792e01dd927e Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Mon, 9 May 2022 08:39:27 +0200 Subject: release-checklist.md: Don't recommend `--allow-dirty` to cargo publish Using `--allow-dirty` increases the risk of the published code not being versioned properly in git. --- doc/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/release-checklist.md b/doc/release-checklist.md index d50ea91d..aa871dd0 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -31,7 +31,7 @@ - [ ] Optional: manually test the new features and command-line options. To do this, install the latest `bat` version again (to include the new syntaxes and themes). -- [ ] Run `cargo publish --dry-run --allow-dirty` to make sure that it will +- [ ] Run `cargo publish --dry-run` to make sure that it will succeed later (after creating the GitHub release). ## Release -- cgit v1.2.3