Agenvoy v0.32.13 Release Notes
v0.32.12 -> v0.32.13
Summary
Fixes release version stamping in the release workflow and Makefile by targeting the relocated runtime version variable. Adds a CI verification step that fails when the -ldflags -X target no longer exists, preventing silently incorrect version metadata in released binaries.
翻譯
修正 release workflow 與 Makefile 使用錯誤版本變數導致的版本標記問題,改為指向已移至 runtime 套件的版本變數;同時新增 CI 驗證步驟,在 -ldflags -X 目標不存在時直接失敗,避免正式發行的執行檔悄悄帶有錯誤版本資訊。
Changes
FIX
- Fix release version stamping and verify that the ldflags symbol resolves in both CI releases and local builds (@pardnchiu) [b50f4f2]
翻譯
- 修正 CI 發行流程與本機建置的版本標記,並驗證 ldflags 目標符號確實存在 (@pardnchiu) [b50f4f2]
Scope
.github/workflows/release.yml— correct the release version symbol and add ldflags target verificationmakefile— use the centralized runtime version variable during local builds
Migration
No migration is required. Existing release and local build commands continue to work, with an additional validation step for release builds.
翻譯
不需要任何遷移。既有的正式發行與本機建置指令可繼續使用,正式發行建置會額外驗證版本標記目標是否存在。
Generated by SKILL