If the next version is unsupported, print a big warning and try higher version. #674

Merged
telackey merged 3 commits from telackey/semver into main 2023-11-30 18:33:07 +00:00
Showing only changes of commit d9f2f33453 - Show all commits

View File

@ -120,10 +120,10 @@ if [ $? -ne 0 ]; then
WARNING: 'next' $CUR_NEXT_VERSION < minimum version $CERC_MIN_NEXTVER.
Attempting to build with '^$CERC_MIN_NEXTVER'. If this fails, you should upgrade
the dependency in your webapp, or specify an explicit next version to use for
the build with:
the dependency in your webapp, or specify an explicit 'next' version
to use for the build with:
--extra-build-args \"--build-arg CERC_NEXT_VERSION=<version>\"
--extra-build-args "--build-arg CERC_NEXT_VERSION=<version>"
###############################################################################