fix(auto-release): 正式版本自动设为 latest release #43
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
v1.0.0)发布后自动成为 latest release-rc/-alpha/-beta的版本才标记为 prereleaseisPrerelease改为从 tag 名称自动判断,不再依赖prereleaseinputmake_latest根据是否为 prerelease 动态设置影响范围
使用
auto-releaseaction 的仓库:修改后这些仓库自动生效,无需额外改动。
Test plan
验证步骤:
auto-release的仓库推送正式版本 tag(如v0.3.0)v0.3.1-rc.1),确认显示 "Pre-release" 标签🤖 Generated with Claude Code
Summary by CodeRabbit
发布说明
新特性
变更