From 14492757f87511eca405f386a4c71a624fb44f5d Mon Sep 17 00:00:00 2001 From: "liang.he" Date: Thu, 8 Dec 2022 20:09:49 +0800 Subject: [PATCH] Move the release note template content to the end of file (#1795) Fix the issue that the release notes cannot be successfully created when releasing a new version. --- RELEASE_NOTES.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index faba18c8e..9bc76ed4a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,3 @@ -## WAMR-X.Y.Z - -### Breaking Changes - -### New Features - -### Bug Fixes - -### Enhancements - -### Others - ---- - ## WAMR-1.1.2 ### Breaking Changes @@ -225,3 +211,17 @@ Enable spec test on nuttx and daily run it - Fix build error on alios platform --- + +## WAMR-X.Y.Z + +### Breaking Changes + +### New Features + +### Bug Fixes + +### Enhancements + +### Others + +---