Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/900-release-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ body:
- [ ] Add release note to docs/source/user_guide/release_notes.md
- [ ] Update release version in README.md and README.zh.md
- [ ] Update release version in README.md and README.zh.md (Getting Started and Branch section)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While the 'Branch section' in README.md and README.zh.md has been updated to v0.12.0, the 'Getting Started' section in both files still refers to v0.11.0rc3. To ensure consistency and fulfill this checklist item, please update the 'Getting Started' sections as well.

- [ ] Update version info in docs/source/community/versioning_policy.md
- [ ] Update version info in docs/source/community/versioning_policy.md(Release compatibility matrix, Release window and Branch states section)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The 'Branch states' section in docs/source/community/versioning_policy.md has been updated. However, the 'Release window' section has not been updated to include the new v0.12.0 release. As per this checklist item, please add an entry for the new version to the 'Release window' table to keep the documentation consistent.

- [ ] Update contributor info in docs/source/community/contributors.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Below is maintained branches:

| Branch | Status | Note |
|------------|--------------|--------------------------------------|
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.11.0 tag |
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.12.0 tag |
| v0.7.1-dev | Unmaintained | Only doc fixed is allowed |
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version, only bug fix is allowed and no new release tag any more. |
| v0.9.1-dev | Maintained | CI commitment for vLLM 0.9.1 version |
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vllm-ascend有主干分支和开发分支。

| 分支 | 状态 | 备注 |
|------------|------------|---------------------|
| main | Maintained | 基于vLLM main分支和vLLM最新版本(v0.11.0)CI看护 |
| main | Maintained | 基于vLLM main分支和vLLM最新版本(v0.12.0)CI看护 |
| v0.7.1-dev | Unmaintained | 只允许文档修复 |
| v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护, 只允许Bug修复,不会再发布新版本 |
| v0.9.1-dev | Maintained | 基于vLLM v0.9.1版本CI看护 |
Expand Down
3 changes: 2 additions & 1 deletion docs/source/community/versioning_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ Usually, each minor version of vLLM (such as 0.7) corresponds to a vLLM Ascend v

| Branch | State | Note |
| ---------- | ------------ | -------------------------------------------------------- |
| main | Maintained | CI commitment for vLLM main branch and vLLM 0.9.2 branch |
| main | Maintained | CI commitment for vLLM main branch and vLLM 0.12.0 tag |
| v0.11.0-dev| Maintained | CI commitment for vLLM 0.11.0 version |
| v0.9.1-dev | Maintained | CI commitment for vLLM 0.9.1 version |
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version |
| v0.7.1-dev | Unmaintained | Replaced by v0.7.3-dev |
Expand Down
Loading