Skip to content

release: bump to 0.2.1 after incorrect v0.2.0 tag - #14

Merged
Zac134 merged 2 commits into
mainfrom
release/v0.2.1
Aug 1, 2026
Merged

release: bump to 0.2.1 after incorrect v0.2.0 tag#14
Zac134 merged 2 commits into
mainfrom
release/v0.2.1

Conversation

@Zac134

@Zac134 Zac134 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

背景

v0.2.0 タグが a1dea3a(0.1.1 時代のコード)を指しており、実際の v0.2.0 機能セットは 16a1e79#13 マージ後)に存在する。誤ったタグ位置を是正するため、version/docs のみを 0.2.1 に bump する。

変更内容

本 PR は version/docs + テスト期待値更新:

ファイル 変更
package.json 0.2.0 → 0.2.1
package-lock.json 同上
README.md バージョン表記更新
rokit.toml バージョン更新
test/cli.test.ts VERSION 期待値 0.2.1

Dependabot トリアージ(今回マージしない)

PR 内容 CI 判断 理由
#2 actions/download-artifact 4→8 SUCCESS 見送り release.yml の matrix/compile 未検証
#3 actions/setup-node 4→7 SUCCESS 見送り 同上
#4 softprops/action-gh-release 2→3 SUCCESS 見送り 同上
#5 actions/upload-artifact 4→7 SUCCESS 見送り 同上
#6 actions/checkout 4→7 SUCCESS 見送り 同上
#7 smol-toml 1.7.0→1.7.1 SUCCESS 見送り リリースと無関係
#8 typescript 5.9.3→7.0.2 SUCCESS 見送り メジャーアップ、別途検証必要
#9 zod 3→4 FAILURE 見送り CI 赤、互換対応必要
#10 @notionhq/client 2→5 FAILURE 見送り CI 赤、互換対応必要
#11 @types/node 22→26 FAILURE 見送り CI 赤、互換対応必要

方針: Actions 系は release.yml 経由の検証後にまとめて対応。major 更新・CI 赤 PR は今回マージしない。

マージ後手順(手動)

  1. 本 PR を main にマージ
  2. git tag v0.2.1 <merge-commit>git push origin v0.2.1
  3. Release workflow が自動起動 → GitHub Release 作成
  4. v0.2.0 タグは移動しない(既存 Release との整合性維持)

備考

  • v0.2.0 GitHub Release は変更しない(C: 何もしない)

Made with Cursor

Zac134 and others added 2 commits August 1, 2026 15:58
The v0.2.0 tag pointed at 0.1.1-era code; this release ships the actual v0.2.0 feature set.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@Zac134
Zac134 merged commit 551a94d into main Aug 1, 2026
2 checks passed
@Zac134
Zac134 deleted the release/v0.2.1 branch August 1, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant