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.
This commit is contained in:
Martin Nordholts 2022-05-09 08:39:27 +02:00
parent 4789c71a37
commit dc7d5a862f
1 changed files with 1 additions and 1 deletions

View File

@ -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