release: v0.2.0 (Electron 版初回リリース)#61
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
v0.2.0(Electron 版初回リリース)に向けた version bump、CHANGELOG 新設、リリース運用ドキュメントの整備。コード変更は無く、ドキュメント/メタデータ更新のみで構成される。
Changes:
package.jsonの version を0.0.0→0.2.0に更新CHANGELOG.mdを Keep a Changelog 形式で新設(Added / Changed / Fixed / Dependencies / Security / 既知の制限)README.mdおよびdocs/parity-checklist.md§ 12 をリリース後でも矛盾しない表現/運用順序に修正
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | version を 0.2.0 に bump |
| CHANGELOG.md | 0.2.0 リリースノートの新規追加 |
| README.md | リリース予定表現を配布開始済み表現に変更 |
| docs/parity-checklist.md | § 12 にリリース運用フロー(tag push 前検証 → 自動 draft → 検証ログ追記 → publish)を追記 |
- package.json:version 0.0.0 → 0.2.0 - CHANGELOG.md 新設(旧 Tauri 版から Electron への完全書き直し版として Added / Changed / Fixed / Dependencies / Security / 既知の制限 を記載) closes #27
レビュー指摘反映: - README.md: "v0.2.0 を予定" / "リリース後 ... 取得できる予定" を リリース後にも valid な表現へ書き換え(merge → tag push 後に Releases ページが publish される前提) - docs/parity-checklist.md § 12: 「必須 4 項目は tag push 前に 手動検証で pass させ、検証ログを Release Notes に追記する」 というリリース運用を冒頭に明示
レビュー指摘反映: - CHANGELOG.md: リリース日を 2026-05-13 → 2026-05-14 (publish/tag 日に揃える) - docs/parity-checklist.md § 12: release.yml が tag push 後に draft Release を `--generate-notes` で自動生成する流れに合わせ、 「Release Notes 追記 → tag push」を「tag push → draft 自動生成 → 生成された draft に検証ログ追記 → publish」の正しい順序へ修正
- Fixed にバグ修正クラスタをロールアップ追記 (#116 #117 #120 #124 #130 #131 #132 #134 #135 #136 #137) - Added に手動アップデートチェック (#98 → #138) を追記 - Dependencies を Phase α 反映の実バージョンに更新 (electron 42.3.3 / biome 2.4.16 / zustand 5.0.14 / js-yaml 4.2.0 / dompurify 3.4.8 / marked 18.0.4 / lucide-react 1.17.0 / @codemirror/view 6.43.0 / vite 8.0.14 / vitest 4.1.7) - リリース日を _(unreleased)_ に、旧リポ表記を scripta-tauri (private) に、 footer URL を ymnao/scripta に修正 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
概要
scripta の Electron 版初回リリース v0.2.0。旧 Tauri 版
ymnao/scriptaからの完全書き直し版として、機能パリティ + 新機能 + 安定性向上を提供する。本 PR は version bump + CHANGELOG 新設 + リリース運用ドキュメント整備の 3 commits 構成。マージ後、
v0.2.0タグを push してrelease.ymlで配布バイナリ生成 → draft Release 編集 → publish。関連 Issue
Closes #27
移行 Stage
変更内容
package.json:versionを0.0.0→0.2.0CHANGELOG.md新設(Keep a Changelog 形式、Added / Changed / Fixed / Dependencies / Security / 既知の制限 セクション、リリース日 2026-05-14)README.md: "v0.2.0 を予定" / "リリース後 ... 取得できる予定" を release publish 後にも valid な表現へ書き換えdocs/parity-checklist.md§ 12: リリース運用注釈を冒頭に追加。release.ymlの実態(tag push →gh release create --draft --generate-notesで draft 自動生成 + matrix dist でアセット添付)に合わせて「必須 4 項目を tag push 前に手動検証 → tag push → 生成された draft に検証ログ追記 → publish」の正しい順序を明示動作確認
biome check: clean (256 files)tsc --noEmit: cleanvitest: 1730 passed / 2 skippeddocs/parity-checklist.md§ 12 必須 4 項目:scripta-asset://) packaged build 動作確認~/Library/Application Support/scripta/settings.jsonの継承)スクリーンショット
該当なし(リリース準備 PR、UI 変更なし)