From 5f93f3f79e67d904c05ed6e360c99b199cb4aad3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 19 Feb 2023 19:24:21 -0500 Subject: [PATCH] Add summary with overall version --- README-maintainer | 5 +++-- scripts/setup | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README-maintainer b/README-maintainer index 2b82478..0c857e1 100644 --- a/README-maintainer +++ b/README-maintainer @@ -5,8 +5,9 @@ RELEASE CREATION Check the most successful build at https://github.com/qpdf/external-libs/actions -Look at the end of the output of the `Setup` step of the `Setup` Job -to get the overall version. +Look at the summary of the most recent build to find the overall +version. This can also be found the end of the output of the `Setup` +step of the `Setup` Job to get the overall version. If any component is newer than the last time, proceed. Otherwise, no action is required. diff --git a/scripts/setup b/scripts/setup index 32df353..b6f12c0 100755 --- a/scripts/setup +++ b/scripts/setup @@ -31,3 +31,9 @@ source dist/versions echo "**********************************************************************" echo "OVERALL VERSION: $overall_version" echo "**********************************************************************" + +cat >> $GITHUB_STEP_SUMMARY <