Skip to content

Commit

Permalink
Make the script create a commit for easier removal of heed3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 3, 2024
1 parent 6a6f4e5 commit 16dd186
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion convert-to-heed3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 16dd186

Please sign in to comment.