From 4aa0e3498ece4765b45691ef45366ed11b535588 Mon Sep 17 00:00:00 2001
From: Jerome Humbert <djeedai@gmail.com>
Date: Sat, 5 Mar 2022 20:08:34 +0000
Subject: [PATCH] Exclude `release.md` from crate

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8f7cdac..8645e90 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"
-- 
GitLab