From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03022A31F3 for ; Fri, 18 Oct 2019 12:25:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA5E51D14B; Fri, 18 Oct 2019 12:25:21 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C9D441D15D for ; Fri, 18 Oct 2019 12:25:20 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 419728A218D; Fri, 18 Oct 2019 10:25:20 +0000 (UTC) Received: from rh.redhat.com (unknown [10.36.118.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id 15F5560852; Fri, 18 Oct 2019 10:25:16 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org, bluca@debian.org Cc: Kevin Traynor Date: Fri, 18 Oct 2019 11:25:12 +0100 Message-Id: <20191018102512.32548-2-ktraynor@redhat.com> In-Reply-To: <20191018102512.32548-1-ktraynor@redhat.com> References: <20191018102512.32548-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.69]); Fri, 18 Oct 2019 10:25:20 +0000 (UTC) Subject: [dpdk-stable] [PATCH 2/2] 5-make-release-commit: Add version to skipped fixes header X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Add the release version to the header that lists the fixes skipped for this release, so it will be like the other headers. Signed-off-by: Kevin Traynor --- 5-make-release-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5-make-release-commit b/5-make-release-commit index 522b46b..a73efa7 100755 --- a/5-make-release-commit +++ b/5-make-release-commit @@ -48,6 +48,6 @@ update_release_note() echo - echo "Fixes skipped and status unresolved" - echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + echo "$stable_release Fixes skipped and status unresolved" + echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo -- 2.21.0