Skip to content

Commit

Permalink
feat(all): 初始化一个项目
Browse files Browse the repository at this point in the history
所有项目的初始化
  • Loading branch information
luoxue committed Nov 18, 2019
1 parent d278787 commit 336cc13
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
# 1.0.0 (2019-11-18)





# 1.0.0 (2019-11-18)
24 changes: 0 additions & 24 deletions aaa.js

This file was deleted.

1 change: 0 additions & 1 deletion commit/lib/cz/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const getList = (obj) => {
}));
};


module.exports = function (options) {
const typeList = getList(options.types);

Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
2,
'always',
[
"ci",
"ci", // 集成开发集成部署
"docs", // Adds or alters documentation. 仅仅修改了文档,比如README, CHANGELOG, CONTRIBUTE等等
"chore", // Other changes that don't modify src or test files. 改变构建流程、或者增加依赖库、工具等
"feat", // Adds a new feature. 新增feature
Expand Down

0 comments on commit 336cc13

Please sign in to comment.