]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(hooks): replace cz-conventional-changelog with cz-commitlint
authorChris Kay <chris.kay@arm.com>
Wed, 1 Dec 2021 16:34:55 +0000 (16:34 +0000)
committerChris Kay <chris.kay@arm.com>
Mon, 24 Jan 2022 12:55:00 +0000 (12:55 +0000)
commitf64c55826eb123f7bb5aae402d8885344fe1bd66
treeeb389bb44be15cb6c0289d8de551f02cb05c5d47
parent5cc202290cbb5fe12db2d039915fe765cb547442
refactor(hooks): replace cz-conventional-changelog with cz-commitlint

This change replaces cz-conventional-changelog with cz-commitlint, which
automatically configures Commitizen using our commitlint configuration
file. Currently, we use some manual Javascript magic to load our
Commitizen configuration into commitlint (the opposite of what's
introduced by this change), which can be removed.

With this change, we also move our commitlint configuration into a
new `changelog.yaml` file. This file holds the same data as `.cz.json`
previously did.

Change-Id: I14ff2308f1a0b2b293c2128b28ca2df578ce9c1c
Signed-off-by: Chris Kay <chris.kay@arm.com>
.commitlintrc.js
.cz.json
.versionrc.js
changelog.yaml [new file with mode: 0644]
docs/process/commit-style.rst
package-lock.json
package.json