MaaAssistantArknights / maa-cli

MAA命令行工具 | A simple CLI for MAA.
GNU Affero General Public License v3.0
40 stars 8 forks source link

ci: release alpha version as `alpha.n` or `beta.n.alpha.m` #247

Closed wangl-cc closed 8 months ago

wangl-cc commented 8 months ago

In current implementation, alpha version is released as alpha.timestamp. Thus if user switches from beta to alpha channel, the alpha version will be considered as outdated, so the user will not be able to install the latest alpha version.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 59.46%. Comparing base (4611717) to head (a02cd8d). Report is 2 commits behind head on main.

Files Patch % Lines
maa-cli/src/installer/maa_cli.rs 40.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #247 +/- ## ========================================== + Coverage 58.74% 59.46% +0.71% ========================================== Files 39 39 Lines 2984 2985 +1 ========================================== + Hits 1753 1775 +22 + Misses 1231 1210 -21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.