Skip to content

Commit cb8b3e7

Browse files
committed
chore(release): bump version to 0.2.124+138
1 parent f0f4991 commit cb8b3e7

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 工作流是否成功啟動。

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: night_reader
22
description: "夜讀 - Night Reader, a Flutter novel reader app"
33
publish_to: 'none'
4-
version: 0.2.123+137
4+
version: 0.2.124+138
55
homepage: https://github.com/bennytsai1234/night-reader
66
repository: https://github.com/bennytsai1234/night-reader
77
issue_tracker: https://github.com/bennytsai1234/night-reader/issues

0 commit comments

Comments
 (0)