Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
update release frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpXada committed Apr 25, 2024
1 parent bc74778 commit 39a9538
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sudachi-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: 'ea'
schedule:
- cron: "0 0 */5 * *"
- cron: "0 0 */7 * *"

jobs:
sudachi_android_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/suyu-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false
default: 'dev'
schedule:
- cron: "0 0 * * *"
- cron: "0 0 */7 * *"

jobs:
suyu_android_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/suyu-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: 'mainline'
schedule:
- cron: "0 0 */2 * *"
- cron: "0 0 */7 * *"

jobs:
suyu_linux_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/suyu-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
default: 'mainline'
schedule:
- cron: "0 0 */5 * *"
- cron: "0 0 */7 * *"

jobs:
suyu_windows_build:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This is an automated CI project for suyu, sudachi, strato and mesa turnip.

## Release Notes

1. Suyu Android version is automatically generated daily at 00:00:00 (UTC).
2. Suyu Windows version is automatically generated every 2 days at 00:00:00 (UTC).
3. Suyu Linux version is automatically generated every 2 days at 00:00:00 (UTC).
1. Suyu Android version is automatically generated every 7 days at 00:00:00 (UTC).
2. Suyu Windows version is automatically generated every 7 days at 00:00:00 (UTC).
3. Suyu Linux version is automatically generated every 7 days at 00:00:00 (UTC).
4. Mesa Turnip Android version is automatically generated daily at 00:00:00 (UTC).
5. Sudachi Android version is automatically generated every 5 days at 00:00:00 (UTC).
5. Sudachi Android version is automatically generated every 7 days at 00:00:00 (UTC).
6. Strato Android version is automatically generated on the 1st of every month at 00:00:00 (UTC).
7. Naming format: "Project Name - Date - Tag - Branch". (Tag depends on the developer, a decrease in version number does not indicate a backward release version)
8. Release frequency may be adjusted based on project code commit frequency.
Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ suyu sudachi strato mesa-turnip的自动CI项目

## 发布说明

1. 每天的00:00:00(UTC)会自动生成Suyu安卓版。
2. 每2天的00:00:00(UTC)会自动生成Suyu Windows版。
3. 每2天的00:00:00(UTC)会自动生成Suyu Linux版。
1. 每7天的00:00:00(UTC)会自动生成Suyu安卓版。
2. 每7天的00:00:00(UTC)会自动生成Suyu Windows版。
3. 每7天的00:00:00(UTC)会自动生成Suyu Linux版。
4. 每天的00:00:00(UTC)会自动生成Mesa Turnip 安卓版。
5. 每5天的00:00:00(UTC)会自动生成Sudachi安卓版。
5. 每7天的00:00:00(UTC)会自动生成Sudachi安卓版。
6. 每月1号的00:00:00(UTC)会自动生成Strato安卓版。
7. 命名方式为”项目名-日期-Tag-分支“。(Tag取决于开发者,如果出现版本号下降,不代表发包版本落后)
8. 发布频率可能会根据项目代码提交频率进行调整。
Expand Down

0 comments on commit 39a9538

Please sign in to comment.