mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-19 14:50:30 +02:00
Added Git Integration for Preparation Scripts
This commit is contained in:
@@ -26,3 +26,9 @@ echo "Directory cleaned."
|
||||
echo "Running Doxygen..."
|
||||
doxygen conf/intelliphoto_dox
|
||||
echo "Doxygen finished."
|
||||
# Adding changes to git
|
||||
echo "Committing Changes to Git..."
|
||||
git add *
|
||||
git commit -m "Automated Release Preparation"
|
||||
echo "Committed."
|
||||
echo "Finished."
|
||||
|
||||
Reference in New Issue
Block a user