Skip to content

Commit

Permalink
feat: 支持版本日志 TencentBlueKing#2638
Browse files Browse the repository at this point in the history
* feat: 支持版本日志 TencentBlueKing#2638

* feat: 支持版本日志 TencentBlueKing#2638
  • Loading branch information
owenlxu authored Oct 11, 2024
1 parent 57a20b0 commit c4ca357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/devops-repository/src/utils/versionLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const VersionLogs = [
'V1.4.1-beta.2.md',
'V1.4.1-beta.3.md',
'V1.4.1-beta.4.md',
'V1.5.1-beta.3.md'
'V1.5.1-beta.3.md',
'V1.5.2-rc.1.md'
]

// 返回实际所有版本,同时进行排序
Expand Down

0 comments on commit c4ca357

Please sign in to comment.