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

Fix refName parsing #107

Merged
merged 1 commit into from Jun 17, 2018
Merged

Fix refName parsing #107

merged 1 commit into from Jun 17, 2018

Conversation

Turbo87
Copy link
Contributor

@Turbo87 Turbo87 commented Jun 17, 2018

The previous behavior let to v0.1 being considered a match for a v0.10 tag. Instead of getting the list of all tags first and then doing an indexOf() string match, we properly parse the returned refName list and filter out the item starting with tag: .

Resolves #35

/cc @hzoo

The previous behavior let to `v0.1` being considered a match for a `v0.10` tag. Instead of getting the list of all tags first and then doing an `indexOf()` string match, we properly parse the returned `refName` list and filter out the item starting with `tag: `.
@Turbo87 Turbo87 added the bug label Jun 17, 2018
@Turbo87 Turbo87 merged commit 00b0497 into lerna:master Jun 17, 2018
@Turbo87 Turbo87 deleted the tag-parsing branch June 17, 2018 12:49
@Turbo87 Turbo87 mentioned this pull request Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant