Browse Source

docs(docs3): module tool

tool update
master
liurunze 5 years ago
parent
commit
3b11fab35a
  1. 11
      CHANGELOG.md
  2. 3
      commitlint.config.js
  3. 3
      package.json

11
CHANGELOG.md

@ -1,11 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.1-2](http://gitlab.lashuju.com/opensource/luckysheet/compare/v1.0.1-1...v1.0.1-2) (2020-07-14)
### [1.0.1-1](http://gitlab.lashuju.com/opensource/luckysheet/compare/v1.0.1-0...v1.0.1-1) (2020-07-14)
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

3
commitlint.config.js

@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional']
}

3
package.json

@ -21,7 +21,6 @@
"gulp-useref": "^4.0.1",
"rollup": "^2.16.1",
"rollup-plugin-terser": "^6.1.0",
"standard-version": "^8.0.2",
"vuepress": "^1.5.0"
},
"dependencies": {},
@ -31,7 +30,7 @@
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "git-cz",
"release": "standard-version"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"files": [
"dist"

Loading…
Cancel
Save