The Wayback Machine - https://web.archive.org/web/20220506015155/https://github.com/topics/conventional-commits
Skip to content
#

conventional-commits

Here are 316 public repositories matching this topic...

CanisHelix
CanisHelix commented Mar 8, 2022

Description

I have pre-commit hooks to enforce LF line endings, this fails on every commitizen commit as it writes CRLF on windows. An option to configure this would be good.

Possible Solution

Hacky, but I have customized my local commitizen and found all instances of open and added newline='\n' to them if they are w opens. And option in the .cz.yaml to specify this would be the o

good first issue feature
opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
Type: Enhancement good first issue Priority: Medium Status: Available

Improve this page

Add a description, image, and links to the conventional-commits topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conventional-commits topic, visit your repo's landing page and select "manage topics."

Learn more