diff --git a/Makefile b/Makefile index e3ec298ed7f..27b1cc48cba 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Use the version number to figure out if the release # is a pre-release PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false') -COMPONENTS= log utility cache datasource core collection event validation database i18n +COMPONENTS= log utility cache datasource core collection event validation database i18n orm CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ') # Github settings