fix(release): accept both Memmy release branch formats - #286
Open
MLittleprince wants to merge 1 commit into
Open
fix(release): accept both Memmy release branch formats#286MLittleprince wants to merge 1 commit into
MLittleprince wants to merge 1 commit into
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.
目标
让
GitHub Draft Release v2同时兼容团队实际使用的两种发版分支:vX.Y.Zrelease/vX.Y.Z解决
v1.1.0这类分支合入main后工作流被 Skipped、无法自动创建 Draft Release 的问题。安全边界
main的已合并 PR验证
npm run test:release-workflow:20/20 通过v1.1.0、release/v1.1.0均可解析版本version-fix、v1.1、v1.1.0-beta、fork/v1.1.0均被拒绝git diff --check:通过