aboutsummaryrefslogtreecommitdiff
path: root/.czrc
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 19:42:06 +0000
committerFuwn <[email protected]>2021-04-29 19:42:06 +0000
commit0ccc8181cf23ae3bf8818cdd513a7238b892f3da (patch)
tree8a6fe753efc94052e25ca1a4bc7d4dcc040cc4a1 /.czrc
parentMerge pull request #11 from Whirlsplash/renovate/rust-tokio-util-0.x (diff)
downloadwhirl-0ccc8181cf23ae3bf8818cdd513a7238b892f3da.tar.xz
whirl-0ccc8181cf23ae3bf8818cdd513a7238b892f3da.zip
refactor(commitizen): move Commitizen configuration to it's own file
Diffstat (limited to '.czrc')
-rw-r--r--.czrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.czrc b/.czrc
new file mode 100644
index 0000000..4ae13b0
--- /dev/null
+++ b/.czrc
@@ -0,0 +1,4 @@
+{
+ "path": "./node_modules/cz-conventional-changelog",
+ "defaultScope": "global"
+}