Skip to content

Commit

Permalink
feat:推荐版本号优化 TencentBlueKing#10958 发布接口返回推荐版本号修改
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Sep 25, 2024
1 parent 7a9fd21 commit fb57a8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ class PipelineVersionFacadeService @Autowired constructor(
versionNum = result.versionNum,
versionName = result.versionName,
targetUrl = targetUrl,
yamlInfo = yamlInfo
yamlInfo = yamlInfo,
updateBuildNo = result.updateBuildNo
)
}
}
Expand Down

0 comments on commit fb57a8a

Please sign in to comment.