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

Convert label name to lowercase before matching #28

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Conversation

fson
Copy link
Contributor

@fson fson commented Nov 27, 2016

Lerna Changelog didn't work with labels having uppercase letters because it converted the configured label names to lowercase, but compared them with the actual labels without lowercasing those first.

This change fixes the issue by converting both names to lowercase before comparing them.

Lerna Changelog didn't work with labels having uppercase letters because
it converted the configured label names to lowercase, but compared it
with the actual labels without lowercasing them first.

This change fixes the issue by converting both names to lowercase before
comparing them.
@hzoo
Copy link
Contributor

hzoo commented Nov 28, 2016

👍 thanks @fson

@hzoo hzoo merged commit 03229f9 into lerna:master Nov 28, 2016
@Turbo87 Turbo87 added bug and removed Tag: Bug Fix labels Jun 16, 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.

3 participants