ci: define release build profile - #294
Merged
Merged
Conversation
Define the empty production build profile for the GoReleaser step so its environment template can be expanded. Document the release profile contract in English and Japanese.\n\nVerified with go test ./..., the Web production build, YAML parsing, and git diff --check.
version-1
enabled auto-merge
July 28, 2026 23:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release build profile の明示
Summary
Release workflow の GoReleaser step が、未定義の
TQ_BUILD_PROFILEを template 展開できず失敗していた問題を修正します。主な変更点:
TQ_BUILD_PROFILEを明示やったこと
.github/workflows/release.ymlの GoReleaser 環境変数を修正docs/design/deployment.mdとdocs/design/deployment.ja.mdを更新動作確認
go test ./...cmd/web/frontendでnpm run buildTQ_BUILD_PROFILE='' goreleaser release --snapshot --cleangit diff --checkレビュー & 動作確認 チェックリスト
TQ_BUILD_PROFILEが全 build の template で展開できること推奨テスト計画:
TQ_BUILD_PROFILEが渡ることを確認するその他気になることや相談ごと
指定された失敗 run は既存 tag に紐づくため、この PR の CI では snapshot build を代替検証としています。