[Release] Add release note for v0.10.2rc1 (#2921)

Add release note for v0.10.2rc1

- vLLM version: v0.10.2
- vLLM main:
b834b4cbf1

---------

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-09-16 01:20:05 +08:00
committed by GitHub
parent c556038ef0
commit 048bfd5553
7 changed files with 51 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ on:
branches:
- 'main'
- '*-dev'
types: [ labeled ]
types: [ labeled, synchronize ]
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
# declared as "shell: bash -el {0}" on steps that need to be properly activated.