-
-
Notifications
You must be signed in to change notification settings - Fork 0
リリース手順
KoheiKanagu edited this page May 31, 2024
·
17 revisions
- 各種 scopes のバージョンを上げる
- PR を作成してマージする
- Release を作成
- 各ストアにアップロードするためのリリースノートを生成
grind create-new-releases
melos run clean --no-select &&
melos run pub:get &&
melos run build_runner:build --no-select &&
melos run build:appbundle:prod:upload --no-select &&
melos run build:ipa:prod:upload --no-select
grind deliver-store-metadata --scopes=all
grind post-x --scopes=all
melos run clean --no-select &&
melos run pub:get &&
melos run build_runner:build --no-select
melos run
では実行する対象パッケージを選択できないので、対話的に選択する。
melos run build:ipa:prod:upload
melos run build:appbundle:prod:upload
grind deliver-store-metadata --scopes=$NEW_PACKAGE
grind initial-release --scopes=$NEW_PACKAGE
grind post-x-initial-release --scopes=$NEW_PACKAGE