|
|
@@ -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
|
|
|
+COMPONENTS= log utility cache datasource core collection event validation database i18n
|
|
|
CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ')
|
|
|
|
|
|
# Github settings
|