Is this the correct format for pre-release-hook?

This commit is contained in:
Nolan Darilek 2022-05-19 13:30:29 -05:00
parent 50194aeab5
commit f6878895b1
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ rand = "0.8"
[package.metadata.release]
tag-prefix = ""
publish = false
push = false
pre-release-hook = ["git-cliff", "--unreleased", "-o", "CHANGELOG.md", "--tag", "{{version}}"]