diff --git a/Cargo.toml b/Cargo.toml index c3a0aa5..8ce6568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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}}"] \ No newline at end of file