This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 6ab99df3cb [Misc] Add Relax, Unity Tags in make_notes.py (#16516)
6ab99df3cb is described below
commit 6ab99df3cbbf569f7888392c4e689bdf61d1f7b1
Author: ysh329 <[email protected]>
AuthorDate: Sat Feb 3 22:24:38 2024 +0800
[Misc] Add Relax, Unity Tags in make_notes.py (#16516)
* [COMMUNITY] Add new key for release signing
* Update make_notes.py with Adding Unity, Relax Tags.
---------
Co-authored-by: Star Yuan <[email protected]>
---
tests/scripts/release/make_notes.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/scripts/release/make_notes.py
b/tests/scripts/release/make_notes.py
index 4155e0c731..09994f8652 100644
--- a/tests/scripts/release/make_notes.py
+++ b/tests/scripts/release/make_notes.py
@@ -91,6 +91,8 @@ TAG_DICT = {
"relay": "Relay",
"qnn": "Relay",
"quantization": "Relay",
+ "relax": "Relax",
+ "unity": "Relax",
"tvmscript": "TVMScript",
"tvmscripts": "TVMScript",
"tvmc": "TVMC",