Skip to content

Commit

Permalink
Add summary with overall version
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Feb 20, 2023
1 parent e1fe9d8 commit 5f93f3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README-maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ source dist/versions
echo "**********************************************************************"
echo "OVERALL VERSION: $overall_version"
echo "**********************************************************************"

cat >> $GITHUB_STEP_SUMMARY <<EOF
# External Library Versions
Overall version: **$overall_version**
EOF

0 comments on commit 5f93f3f

Please sign in to comment.