This is an automated email from the ASF dual-hosted git repository.

tqchen 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 6b77cbabe8 [Misc] Enhance Release Note Script and Remove Useless File 
(#16913)
6b77cbabe8 is described below

commit 6b77cbabe847c4653f9354e587127519cb43e3b1
Author: ysh329 <[email protected]>
AuthorDate: Mon Apr 22 04:46:48 2024 +0800

    [Misc] Enhance Release Note Script and Remove Useless File (#16913)
---
 tests/scripts/release/PRERELEASE_NOTES.md | 24 ------------------------
 tests/scripts/release/make_notes.py       |  4 ++++
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/tests/scripts/release/PRERELEASE_NOTES.md 
b/tests/scripts/release/PRERELEASE_NOTES.md
deleted file mode 100644
index 933d8d2720..0000000000
--- a/tests/scripts/release/PRERELEASE_NOTES.md
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--- Licensed to the Apache Software Foundation (ASF) under one -->
-<!--- or more contributor license agreements.  See the NOTICE file -->
-<!--- distributed with this work for additional information -->
-<!--- regarding copyright ownership.  The ASF licenses this file -->
-<!--- to you under the Apache License, Version 2.0 (the -->
-<!--- "License"); you may not use this file except in compliance -->
-<!--- with the License.  You may obtain a copy of the License at -->
-
-<!---   http://www.apache.org/licenses/LICENSE-2.0 -->
-
-<!--- Unless required by applicable law or agreed to in writing, -->
-<!--- software distributed under the License is distributed on an -->
-<!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -->
-<!--- KIND, either express or implied.  See the License for the -->
-<!--- specific language governing permissions and limitations -->
-<!--- under the License. -->
-
-Notable changes since last release
-----------------------------------
-
-* PR12509:
-   - Changed `TargetKind::device_type` to `TargetKind::default_device_type`.
-   - Introduced "target_default_device" attribute that overrides the default 
device.
-   - Added `Target::GetTargetDeviceType` to return the effective device type 
for the target.
diff --git a/tests/scripts/release/make_notes.py 
b/tests/scripts/release/make_notes.py
index 09994f8652..2835a7241f 100644
--- a/tests/scripts/release/make_notes.py
+++ b/tests/scripts/release/make_notes.py
@@ -93,6 +93,10 @@ TAG_DICT = {
     "quantization": "Relay",
     "relax": "Relax",
     "unity": "Relax",
+    "transform": "Relax",
+    "kvcache": "Relax",
+    "dlight": "Dlight",
+    "disco": "Disco",
     "tvmscript": "TVMScript",
     "tvmscripts": "TVMScript",
     "tvmc": "TVMC",

Reply via email to