[Doc] Add release note (#59)

Add release note template and init the first release note content

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
Co-authored-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
wangxiyuan
2025-02-18 11:20:06 +08:00
committed by GitHub
parent 7cc024a2d3
commit 7606977739
7 changed files with 91 additions and 17 deletions

View File

@@ -77,6 +77,7 @@ exclude_patterns = [
'.DS_Store',
'.venv',
'README.md',
'user_guide/release.template.md',
# TODO(yikun): Remove this after zh supported
'**/*.zh.md'
]