develop
master
組合釋出參數
version-calculate
version
v
tag_name
v<version>
action.yml
5fc06d5
fix(action.yml): 避免空版本產生錯誤標籤
docker-actions/calculate-version
版本號計算
No dependencies set.
The note is not visible to the blocked user.
變更摘要
組合釋出參數step 中先取得version-calculate的versionoutput。v作為tag_name。v<version>,並輸出 release name 與 tag name。影響範圍
action.yml:影響釋出名稱與 tag 名稱組合流程。Commit
5fc06d5fix(action.yml): 避免空版本產生錯誤標籤風險與注意事項
docker-actions/calculate-version未正確輸出version,流程會在釋出前失敗,避免建立錯誤 tag。版本號計算的 log 來追查來源。