Skip to content

Commit 760b67e

Browse files
committed
release:v3.0.0ea2
1 parent fe19928 commit 760b67e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- name: Release
3939
uses: softprops/action-gh-release@v2
4040
with:
41+
name: "v3.0.0 Early Access 2 - Codename Hyacine"
42+
tag_name: "v3.0.0ea2"
4143
files: |
4244
${{ github.workspace }}\namepicker\build\windows\x64\runner\Release
4345
body_path: CHANGELOG.md
44-
draft: true
46+
prerelease: true
4547
env:
4648
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
88
## 实现的功能
99

10-
- 抽选1-50的数字
10+
- 选择抽选学号范围
1111

12-
- 关于页面
12+
- 设置界面
1313

14-
- 没了
14+
- 自动获取系统主题色

namepicker/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'settings_card.dart';
1111
// 众人将与一人离别,惟其人将觐见奇迹
1212

1313
// 「在彩虹桥的尽头,天空之子将缝补晨昏」
14-
final version = "v3.0.0ea1";
14+
final version = "v3.0.0ea2";
1515
final codename = "Hyacine";
1616
void main() {
1717
runApp(MyApp());

0 commit comments

Comments
 (0)