Seluj78 / flask-utils

Various Flask utilities that I find useful in my projects
GNU General Public License v3.0
2 stars 1 forks source link

Switch to a better commit linting/rule #31

Open Seluj78 opened 3 weeks ago

Seluj78 commented 3 weeks ago

That way we can have an automatic changelog (#12)

For example https://github.com/conventional-changelog/commitlint but not necessarily, will need to do research

Mews commented 3 weeks ago

Could maybe use pre-commit.ci

Seluj78 commented 3 weeks ago

We already do use pre-commit, see https://github.com/Seluj78/flask-utils/blob/main/.pre-commit-config.yaml

The problem with the current commit message linter is that it's one "forked" from @awesomekling 's https://github.com/SerenityOS/serenity which is great but doesn't allow me to do what I want in term of changelogging and stuff

Mews commented 3 weeks ago

I meant the actual pre-commit ci bot 👍