From f0182ecf979817a9294830cad3d4ec2ec860c66e Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Mon, 13 Feb 2023 09:27:52 +0100 Subject: [PATCH] build: Update release procedure. * build-aux/GNUmakefile.in: Add `./configure' stage before creating tarball. --- build-aux/GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index c3304192..419bc72f 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -1,5 +1,5 @@ # GNU Mes --- Maxwell Equations of Software -# Copyright © 2018,2019,2021,2022 Jan (janneke) Nieuwenhuizen +# Copyright © 2018,2019,2021,2022,2023 Jan (janneke) Nieuwenhuizen # # This file is part of GNU Mes. # @@ -357,6 +357,7 @@ tag: # 1. Tag for release # make tag VERSION=0.23 # 2. Create signed tarball +# ./configure # make sign-dist # 3. Update Guix package description # make release