summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2024-04-04 19:50:08 -0700
committerVidar Holen <vidar@vidarholen.net>2024-04-05 17:14:59 -0700
commit30b32af873c8b9e24731a5cb08bb20b7f148fa2d (patch)
tree33cb0b56f34536b2d8b6df19c20bc23aa2aa06d1
parentda8854cac60fde81456ed3e3ff9f8fe6ad836154 (diff)
Add updating build images to release checks
-rwxr-xr-xtest/check_release7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/check_release b/test/check_release
index 4aef69a..665b265 100755
--- a/test/check_release
+++ b/test/check_release
@@ -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