File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Release v0.2.124 Plan
2+
3+ ## Before Gate
4+ - ** 現況** :
5+ - 專案在 ` v0.2.123 ` 之後新增了兩個 commit:
6+ - ` feat(splash): 原生 splash 去圖標,改由 Flutter 全螢幕夜空藝術圖轉場 ` (271d8368)
7+ - ` fix(reader_v2): 修章節跳轉後文字重疊 ` (f0f4991c)
8+ - 目前 ` pubspec.yaml ` 版本號仍為 ` 0.2.123+137 ` 。
9+ - ** 為何需要改** :
10+ - 需要將上述的修復與功能改進發布為新的 Release 版本 ` v0.2.124 ` ,讓使用者能下載使用。
11+
12+ ## After Gate
13+ - ** 預期結果** :
14+ - ` pubspec.yaml ` 的版本號更新為 ` 0.2.124+138 ` 。
15+ - 本地 ` flutter analyze ` 與 ` flutter test ` 通過。
16+ - 版本變更提交並推送到遠端 ` main ` 分支。
17+ - 本地建立並推送 Git Tag ` v0.2.124 ` 到遠端倉庫。
18+ - 觸發 GitHub Actions 的 ` Android Release ` 自動建置與發布。
19+ - ** 驗證方式** :
20+ - 觀察 ` flutter analyze ` 輸出是否無錯誤。
21+ - 觀察 ` flutter test ` 是否全部通過。
22+ - 檢查 GitHub Actions 上 Android Release 工作流是否成功啟動。
Original file line number Diff line number Diff line change 11name : night_reader
22description : " 夜讀 - Night Reader, a Flutter novel reader app"
33publish_to : ' none'
4- version : 0.2.123+137
4+ version : 0.2.124+138
55homepage : https://github.com/bennytsai1234/night-reader
66repository : https://github.com/bennytsai1234/night-reader
77issue_tracker : https://github.com/bennytsai1234/night-reader/issues
You can’t perform that action at this time.
0 commit comments