From e5c97002e2d73751fb63b2b3c3db98a7fe802e96 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Jul 2024 19:12:31 +0100 Subject: [PATCH] doc/release-checklist.md: Fix a leftover Autotools reference In 1.15.x we're using `meson dist`, not `make distcheck`. Signed-off-by: Simon McVittie --- doc/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 80b6977d..11844dbd 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -16,7 +16,7 @@ Flatpak release checklist * Title: `Release $VERSION` * Copy the `NEWS` text into the description * Check "This is a pre-release" for 1.odd.x development releases - * Upload the tarball that you built with `make distcheck` + * Upload the tarball that you built with `meson dist` * Get the `sha256sum` of the tarball and append it to the description * `Publish release` * Send an announcement to the mailing list