-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f4ab77
commit de104f1
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,10 @@ for file in $(find heed/src -type f -name "*.rs"); do | |
fi | ||
done | ||
|
||
git commit --author "The CI <>" -am 'remove-me: heed3 changes generate by the convert-to-heed3.sh script' | ||
# Make it easier to rollback by doing a commit | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "The CI" | ||
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." |