[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

@@ -0,0 +1,13 @@
## {version}
### Highlights
- {feature}
### Bug fixes
- {bug}
### Other changes
- {change}
### Known issues
- {issue}
### Upgrade Notes
- {upgrade}
### Deprecation Notes
- {deprecation}