summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-05-09 08:39:27 +0200
committerMartin Nordholts <enselic@gmail.com>2022-05-09 09:47:30 +0200
commitdc7d5a862f3cc5f98f4ad5b5e2e8792e01dd927e (patch)
tree039762cf6254f447f98423fc4c39ad3ef8be4a40 /doc
parent4789c71a37f141b877d4be3b32dd8d25d4434b5b (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md2
1 files changed, 1 insertions, 1 deletions
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