feat: start using commitizen for commit messages
https://github.com/commitizen-tools/commitizen
This commit is contained in:
parent
596e2017b0
commit
08095d9c74
2 changed files with 9 additions and 1 deletions
7
.cz.toml
Normal file
7
.cz.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[tool.commitizen]
|
||||||
|
name = "cz_conventional_commits"
|
||||||
|
tag_format = "$version"
|
||||||
|
version_scheme = "semver"
|
||||||
|
version = "0.0.1"
|
||||||
|
update_changelog_on_bump = true
|
||||||
|
major_version_zero = true
|
3
.stowrc
3
.stowrc
|
@ -1,4 +1,5 @@
|
||||||
--target=~/.config
|
--target=~/.config
|
||||||
--ignore=.stowrc
|
--ignore=.stowrc
|
||||||
--ignore=DS_Store
|
--ignore=DS_Store
|
||||||
--ignore=local/*
|
--ignore=local/*
|
||||||
|
--ignote=.cz.toml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue