You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PACKAGE_VERSION contains "-" (M.m.p-1-ab1cdce23456) - we are doing build of intermediate package, to calculate the baseline version need to simply cut on first "-"
14
+
BASELINE_VERSION="${PACKAGE_VERSION%%-*}"
15
+
else
16
+
# PACKAGE_VERSION is "clear" version (M.m.p) - baseline version should be set to the previous minor version.
0 commit comments