Fix angular 13 migration (#7754)

* Fix angular 13 migration

* Add prerelease alpha versions deprecation support

* Another fix
This commit is contained in:
Popovics András
2022-08-09 15:30:46 +02:00
committed by GitHub
parent a609dbb131
commit 58660b0395
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -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