docs(calculate-version): 重建 README 並補齊 ci.yaml/action.yaml 指令檔註解與 logger JSDoc
CI / Release Tag Version (pull_request) Successful in 2m7s
CI / Calculate Version (pull_request) Successful in 31s

This commit is contained in:
Jeffery
2026-06-30 16:49:31 +08:00
parent 0c3360fd8c
commit 7f3ddf62e3
4 changed files with 208 additions and 178 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ function taipeiTimestamp() {
*
* @param {string} title - 區塊標題文字;會原樣輸出於兩條分隔線之間。
* @returns {void}
* @remarks 通常在進入一個處理階段前呼叫(例如「參數檢查」「取得版本資料」),
* @remarks 通常在進入一個處理階段前呼叫(例如「參數檢查」「取得版本」),
* 用以在 CI/容器 log 中分隔各階段輸出,便於閱讀與定位。
*/
function section(title) {