Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev fix] make fix_version unique #3757

Closed
wants to merge 1 commit into from

Conversation

alexott
Copy link
Contributor

@alexott alexott commented May 1, 2020

What is this PR for?

Right now, if you merge PR into 2 branches, like, master, and branch-0.9, script
generates suggestion for "Fix Version" as 0.9.0,0.9.0, because both master & 0.9 branch
are using the same base version. This small fix leaves only unique values for suggested
version(s).

What type of PR is it?

Development Improvement

Right now, if you merge PR into 2 branches, like, `master`, and `branch-0.9`, script
generates suggestion for "Fix Version" as `0.9.0,0.9.0`, because both master & 0.9 branch
are using the same base version.  This small fix leaves only unique values for suggested
version(s).
@zjffdu
Copy link
Contributor

zjffdu commented May 2, 2020

LGTM

@asfgit asfgit closed this in d01a3bc May 2, 2020
@alexott alexott deleted the make-version-list-unique branch June 18, 2020 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants