Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
🚀 Preview DeployApp: https://pr-308.dev-yps-crispy-carnival.pages.dev |
Contributor
📊 Playwright Test Report✅ テスト結果: 成功 4 passed / 0 failed / 0 skipped
デプロイ先: https://github.com/yn1323/hosting-pages |
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.
Summary
本番デプロイをラベル起点の明示リリースフローに切り替え、LP フッターにバージョン表示を追加。あわせて法務ページ(プライバシーポリシー・利用規約)の新規追加と、LP の細かな調整を行う。
Changes
本番デプロイ改善
.github/workflows/deploy.ymlからdeploy-productionジョブとpush: mainトリガーを削除.github/workflows/release.ymlを新規作成:release:major / release:minor / release:patchラベル付き PR が main にマージされたときだけ起動し、npm version→ commit + tag push → Convex prod → ビルド → CF prod → GitHub Release を実行package.jsonにversion: 0.0.1を追加バージョン表示
vite.config.ts/vitest.config.ts/.storybook/main.tsで__APP_VERSION__を definesrc/global.d.tsを新規作成(グローバル型宣言)v{__APP_VERSION__}を表示法務ページ
src/routes/privacy.tsx,src/components/features/PrivacyPolicy/)を追加src/routes/terms.tsx,src/components/features/Terms/)を追加LegalPageコンポーネントを追加LP 調整
AccentLineを削除その他
Design
新しいリリースフロー
```mermaid
sequenceDiagram
participant Dev as 開発者
participant PR as PR (main)
participant GHA as release.yml
participant Convex
participant CF as Cloudflare Pages
participant GH as GitHub Release
```
事前準備(マージ前に必要)
Test plan
🤖 Generated with Claude Code