eruptionjs/core

add commitlint-cli prompt to the project

devmozao opened this issue · 6 comments

add commitlint-cli prompt to the project

You already did it, isn't it?

You already did it, isn't it?

I tried with @commitlint/cz-commitlint but wasn't happy with it because cz-commitlint have its dependencies with high vulnerability issues, with is not desired to the boilerplate. the commitlint default is configured.

The task is to revisit this topic and look for alternatives to prompt commit.

You already did it, isn't it?

I tried with @commitlint/cz-commitlint but wasn't happy with it because cz-commitlint has its dependencies with high vulnerability issues, with is not desired in the boilerplate. the commitlint default is configured.

The task is to revisit this topic and look for alternatives to prompt commit.

Is it for changelog?

done at commit 1062806

This does help to write commits with the CLI, right?

This does help to write commits with the CLI, right?

correct! you can use npm run commit and the CLI will guide you how to commit in the project, following the config that was made on commitlint.config.ts