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

Case sensitivity issues with generated changelog file #209

Open
lannonbr opened this issue May 21, 2021 · 0 comments
Open

Case sensitivity issues with generated changelog file #209

lannonbr opened this issue May 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@lannonbr
Copy link

When I ran through setting up covector, when it creates a CHANGELOG.md file it does not account for case sensitivity, and in a repo that already had changelog.md and in Linux and case-sensitive Filesystems, this was fine, but as soon as I cloned down the changes to MacOS which is case-insensitive, Git started throwing warnings like the following and caused issues due to the collision:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'CHANGELOG.md'
  'changelog.md'
@jbolda jbolda added the bug Something isn't working label Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants