We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2296748 commit 6c7cb28Copy full SHA for 6c7cb28
.commitlintrc.js
@@ -0,0 +1,6 @@
1
+/**
2
+ * @reference https://commitlint.js.org/#/
3
+ */
4
+module.exports = {
5
+ extends: ['@commitlint/config-conventional']
6
+}
CHANGELOG.md
@@ -1,3 +1,12 @@
+## [0.1.21](https://github.com/ibwei/vue3-base/compare/v0.1.20...v0.1.21) (2021-04-07)
+
+### Features
+* **commitlint:** add commitlint ([2296748](https://github.com/ibwei/vue3-base/commit/22967485380f76e25f9821055d83efe2b6c3db92))
7
8
9
10
## [0.1.20](https://github.com/ibwei/vue3-base/compare/v0.1.17...v0.1.20) (2021-03-15)
11
12
0 commit comments