[dpdk-stable] [PATCH 2/2] 5-make-release-commit: Update release notes
Kevin Traynor
ktraynor at redhat.com
Fri Jun 21 16:40:15 CEST 2019
Add a seperate section in the release notes for each
LTS/stable minor release. It will include the fixes/validation
information along with newly added sections for known issues
and skipped patches.
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
---
5-make-release-commit | 22 +++++++++++++++++-----
README | 2 ++
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/5-make-release-commit b/5-make-release-commit
index 84e8a21..522b46b 100755
--- a/5-make-release-commit
+++ b/5-make-release-commit
@@ -22,9 +22,7 @@ update_release_note()
{
- if [ $RTE_VER_MINOR -eq 1 ]; then
- echo
- echo "Fixes and Validation in $RTE_VER_MAJOR Stable Release"
- echo "--------------------------------------------"
- fi
+ echo
+ echo "$stable_release Release Notes"
+ echo "---------------------"
echo
@@ -42,4 +40,18 @@ update_release_note()
echo "$(cat $stable_release/validation)"
+ echo
+ echo "$stable_release Known Issues"
+ echo "~~~~~~~~~~~~~~~~~~~~"
+ echo
+
+ echo "$(cat $stable_release/known_issues)"
+
+ echo
+ echo "Fixes skipped and status unresolved"
+ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+ echo
+
+ echo "$(cat $stable_release/failed_list)"
+
} >> $DPDK_DIR/doc/guides/rel_notes/release_${RTE_VER_MAJOR/./_}.rst
}
diff --git a/README b/README
index ec9c899..5eaefd2 100644
--- a/README
+++ b/README
@@ -142,4 +142,6 @@ does:
- update the release note with the bug fixing commits
- update the release note with the validation from the 'validation' file
+- update the release note with known issues from the 'known_issues' file
+- update the release note with skipped patches from the 'failed_list' file
- commit above changes with a short commit log ("release $stable_release")
--
2.20.1
More information about the stable
mailing list