- Add dynamic fields to DocumentVersion in case the Catalog requires it.

This commit is contained in:
Josako
2024-10-30 13:52:18 +01:00
parent 43547287b1
commit 532073d38e
11 changed files with 146 additions and 75 deletions

View File

@@ -169,5 +169,5 @@ for SERVICE in "${SERVICES[@]}"; do
fi
done
echo "All specified services processed."
echo "Finished at $(date +"%d/%m/%Y %H:%M:%S")"
echo -e "\033[35mAll specified services processed.\033[0m"
echo -e "\033[35mFinished at $(date +"%d/%m/%Y %H:%M:%S")\033[0m"

View File

@@ -58,5 +58,5 @@ echo "Tagging Git repository with version: $RELEASE_VERSION"
git tag -a v$RELEASE_VERSION -m "Release $RELEASE_VERSION: $RELEASE_MESSAGE"
git push origin v$RELEASE_VERSION
echo "Release process completed for version: $RELEASE_VERSION"
echo "Finished at $(date +"%d/%m/%Y %H:%M:%S")"
echo -e "\033[35mRelease process completed for version: $RELEASE_VERSION \033[0m"
echo -e "\033[35mFinished at $(date +"%d/%m/%Y %H:%M:%S")\033[0m"