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 <