mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix angular 13 migration (#7754)
* Fix angular 13 migration * Add prerelease alpha versions deprecation support * Another fix
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -f
|
||||
|
||||
# By default NEXT_VERSION is set to the current version, so we can change only the aplha suffix as well
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
NEXT_VERSION=`node -p "require('$DIR/../package.json')".version;`;
|
||||
|
||||
eval EXEC_PATCH=false
|
||||
eval EXEC_MAJOR=false
|
||||
eval EXEC_MINOR=false
|
||||
|
||||
Reference in New Issue
Block a user