Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2021-12-17)

### ✨ 新功能

* 新增 Github Workflows、.editorconfig、commitlint.config.js 等配置的初始化 ([41f4905](41f4905))
* 新增 License 初始化 ([cb1ad29](cb1ad29))
* 新增 是否初始化 husky 选项;优化 commitlint、cz-conventional-changelog、husky、lint-staged 等的配置和依赖 ([e769a02](e769a02))

### 🐛 Bug 修复

* 修复 贡献指南 文本错误 ([1677849](1677849))
  • Loading branch information
semantic-release-bot committed Dec 17, 2021
1 parent e769a02 commit dfb2d53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# cmyr-template-cli

# [1.7.0](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.6.0...v1.7.0) (2021-12-17)


### ✨ 新功能

* 新增 Github Workflows、.editorconfig、commitlint.config.js 等配置的初始化 ([41f4905](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/41f4905))
* 新增 License 初始化 ([cb1ad29](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/cb1ad29))
* 新增 是否初始化 husky 选项;优化 commitlint、cz-conventional-changelog、husky、lint-staged 等的配置和依赖 ([e769a02](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/e769a02))


### 🐛 Bug 修复

* 修复 贡献指南 文本错误 ([1677849](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/1677849))

# [1.6.0](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.5.2...v1.6.0) (2021-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmyr-template-cli",
"version": "1.6.0",
"version": "1.7.0",
"description": "草梅友仁自制的项目模板创建器",
"author": "CaoMeiYouRen",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ async function initHusky(projectPath: string, projectInfos: any) {
}
}


/**
* 根据 github name 获取作者网站
*/
Expand Down

0 comments on commit dfb2d53

Please sign in to comment.