mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update script
This commit is contained in:
@@ -51,7 +51,7 @@ done
|
||||
|
||||
if [[ "${EXEC_MINOR}" == true ]]
|
||||
then
|
||||
ADF_VERSION=$(npm view ng2-alfresco-core version)
|
||||
ADF_VERSION=$(npm view @alfresco/adf-core version)
|
||||
NEXT_VERSION=( ${ADF_VERSION//./ } )
|
||||
((NEXT_VERSION[1]++))
|
||||
NEXT_VERSION[2]=0
|
||||
@@ -60,7 +60,7 @@ fi
|
||||
|
||||
if [[ "${EXEC_MAJOR}" == true ]]
|
||||
then
|
||||
ADF_VERSION=$(npm view ng2-alfresco-core version)
|
||||
ADF_VERSION=$(npm view @alfresco/adf-core version)
|
||||
NEXT_VERSION=( ${ADF_VERSION//./ } )
|
||||
((NEXT_VERSION[0]++))
|
||||
NEXT_VERSION[1]=0
|
||||
|
Reference in New Issue
Block a user