summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-11-11 15:49:50 +0100
committermo8it <mo8it@proton.me>2024-11-11 15:49:50 +0100
commit410eb69d250a2c856e9d23b60a4e77e5558b8134 (patch)
tree6f5a70f8e211448eb7f8d823a166ecbbd0c51dfc /Cargo.toml
parent243cf5f2610c64183331d77e3d8c803c551dabeb (diff)
Remove "chore: " from the commit message of releases
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5be6d70..2397ad3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,6 +70,7 @@ panic = "abort"
[package.metadata.release]
pre-release-hook = ["./release-hook.sh"]
+pre-release-commit-message = "Release 🎉"
[workspace.lints.rust]
unsafe_code = "forbid"