conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.3k stars 882 forks source link

docs: warns about windows correct files encoding #4086

Closed jefersoneiji closed 1 month ago

jefersoneiji commented 1 month ago

Description

Warn windows users the correct encoding to use.

Motivation and Context

https://github.com/conventional-changelog/commitlint/issues/4085#issuecomment-2115557857

Usage examples

// commitlint.config.js
module.exports = {};
echo "your commit message here" | commitlint # fails/passes

How Has This Been Tested?

Types of changes

Checklist:

codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

escapedcat commented 1 month ago

Thanks!