[dpdk-stable] [PATCH 2/2] 5-make-release-commit: Add version to skipped fixes header
Kevin Traynor
ktraynor at redhat.com
Fri Oct 18 12:25:12 CEST 2019
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 <ktraynor at redhat.com>
---
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
More information about the stable
mailing list