mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +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:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user