mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00:00
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:
parent
4789c71a37
commit
dc7d5a862f
@ -31,7 +31,7 @@
|
|||||||
- [ ] Optional: manually test the new features and command-line options. To do
|
- [ ] Optional: manually test the new features and command-line options. To do
|
||||||
this, install the latest `bat` version again (to include the new syntaxes
|
this, install the latest `bat` version again (to include the new syntaxes
|
||||||
and themes).
|
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).
|
succeed later (after creating the GitHub release).
|
||||||
|
|
||||||
## Release
|
## Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user