From 16dd18650dd6b37bd42e25854a0d00ed9c5fb6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 3 Dec 2024 11:42:24 +0100 Subject: [PATCH] Make the script create a commit for easier removal of heed3 changes --- convert-to-heed3.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/convert-to-heed3.sh b/convert-to-heed3.sh index 880fc0e9..12763acc 100755 --- a/convert-to-heed3.sh +++ b/convert-to-heed3.sh @@ -27,4 +27,7 @@ for file in $(find heed/src -type f -name "*.rs"); do fi done -echo "Heed3 crate setup completed successfully. Copied and modified configurations for the heed crate." +git commit -am 'remove-me: heed3 changes generate by the convert-to-heed3.sh script' + +echo "Heed3 crate setup completed successfully. Configurations for the heed crate have been copied and modified." +echo "A commit (starting with remove-me) has been generated and must be deleted before merging into the main branch."