Skip to content

Commit

Permalink
Add updating build images to release checks
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Apr 6, 2024
1 parent da8854c commit 30b32af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/check_release
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ cat << EOF
Manual Checklist
$((i++)). Make sure none of the automated checks above failed
$((i++)). Run \`build/build_builder build/*/\` to update all builder images.
$((j++)). \`build/run_builder dist-newstyle/sdist/ShellCheck-*.tar.gz build/*/\` to verify that they work.
$((j++)). \`for f in \$(cat build/*/tag); do docker push "\$f"; done\` to upload them.
$((i++)). Run test/distrotest to ensure that most distros can build OOTB.
$((i++)). Make sure GitHub Build currently passes: https://github.com/koalaman/shellcheck/actions
$((i++)). Make sure SnapCraft build currently works: https://build.snapcraft.io/user/koalaman
$((i++)). Run test/distrotest to ensure that most distros can build OOTB.
$((i++)). Format and read over the manual for bad formatting and outdated info.
$((i++)). Make sure the Hackage package builds.
$((i++)). Make sure the Hackage package builds locally.
Release Steps
Expand Down

0 comments on commit 30b32af

Please sign in to comment.