chore(release): 准备 v1.16.4-beta.1 - #272
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
将
package.json版本同步为1.16.4-beta.1,为代理生命周期重构后的 beta 预发布做准备。Related Issue
Related change: #271
Type of Change
Changes
package.json的version为1.16.4-beta.1。v1.16.4-beta.1,触发 GitHub Release workflow 的 beta 预发布路径。Test Plan
pnpm test:run)pnpm exec tsc --noEmit)pnpm lint)Additional checks for this version-only change: package version parsing and
git diff --checkpassed. The source commit is based on mergedmasterPR #271.Checklist
Screenshots
Not applicable; no UI changes.
Additional Notes
This PR must merge into
masterbefore pushingv1.16.4-beta.1; the release workflow rejects tags that are not contained inorigin/master. The beta tag will create a prerelease and will not updatelatestor the rollingMAJOR.MINORimage tag.