diff --git a/Cargo.toml b/Cargo.toml
index 8f7cdacc7a1acd82d75cfdc44f4cf8db13324f8e..8645e906fef77c57408fcc108a374a04b3999d7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening"
 keywords = ["bevy", "animation", "easing", "tweening"]
 license = "MIT OR Apache-2.0"
 readme = "README.md"
-exclude = ["examples/*.gif", ".github"]
+exclude = ["examples/*.gif", ".github", "release.md"]
 
 [dependencies]
 interpolation = "0.2"