Don't just generate changelogs for unreleased changes.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nolan Darilek 2022-05-19 13:32:58 -05:00
parent f6878895b1
commit 579d94bc03
1 changed files with 1 additions and 1 deletions

View File

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