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
git commit -m "add ${VERSION} to old versions on support/$VERSION_MM"
454
+
git commit -m "add ${VERSION} to old versions${BENCHMSG2} on support/$VERSION_MM"
442
455
git push
443
456
set +x
444
457
@@ -492,8 +505,7 @@ MAJOR="${VERSION_MM%.*}"
492
505
MINOR="${VERSION_MM#*.}"
493
506
PATCH="${VERSION##*.}"
494
507
[ "${PATCH}"-ne 0 ] ||echo"10. Ask on the dev list for a volunteer to begin the chore of updating 3rd-party dependency versions on develop (see dev-tools/dependencies/README.md)"
495
-
M=$(date --date '+18 months''+%a, %B %d %Y'2>/dev/null || date -v +9m "+%a, %B %d %Y"2>/dev/null ||echo"18 months from now")
496
-
[ "${PATCH}"-ne 0 ] ||echo"11. Mark your calendar for $M (assuming we release Geode ${MAJOR}.$((MINOR +3)) on that day) to run ${0%/*}/end_of_support.sh -v ${VERSION_MM}"
508
+
[ "${PATCH}"-ne 0 ] || [ "${MINOR}"-lt 15 ] ||echo"11. In accordance with Geode's N-2 support policy, the time has come to ${0%/*}/end_of_support.sh -v ${MAJOR}.$((MINOR -3))"
497
509
[ "${PATCH}"-ne 0 ] || [ -n"$LATER" ] ||echo"12. Log in to https://hub.docker.com/repository/docker/apachegeode/geode and update the latest Dockerfile linktext and url to ${VERSION_MM}"
498
510
echo"If there are any support branches between ${VERSION_MM} and develop, manually cherry-pick '${VERSION}' bumps to those branches of geode and geode-native."
499
511
echo"Bump support pipeline to ${VERSION_MM}.$(( PATCH +1)) by plussing BumpPatch in https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-${VERSION_MM//./-}-main?group=Semver%20Management"
0 commit comments