Skip to content

Commit

Permalink
fix: 更新 conventional-changelog-cmyr-config;修复 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Dec 21, 2021
1 parent 588f866 commit a8992c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* 新增 是否移除 yarn 选项;优化 dependabot 部分生成 ([0a972d6](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/0a972d6))


### chore
### 🎫 其他更新

* 更新 .github\workflows ([e261d31](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/e261d31))
* 更新 conventional-changelog-cmyr-config 版本 ([27ea0d6](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/27ea0d6))


### docs
### 📝 文档

* 修改 CONTRIBUTING.md 模板 ([473a4d1](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/473a4d1))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "^4.9.0",
"commitizen": "^4.2.2",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cmyr-config": "^2.0.0",
"conventional-changelog-cmyr-config": "^2.0.2",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"cz-conventional-changelog-cmyr": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions templates/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "lts/*"
cache: "yarn"
# cache: "yarn"
- name: Cache multiple paths
uses: actions/cache@v2
with:
Expand All @@ -24,9 +24,9 @@ jobs:
**/node_modules
key: npm-${{ runner.os }}-${{ hashFiles('package.json') }}
- run: yarn
- run: npm run lint
- run: npm run build
- run: yarn run lint
- run: yarn run build
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release
run: yarn run release
6 changes: 3 additions & 3 deletions templates/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "lts/*"
cache: "yarn"
# cache: "yarn"
- name: Cache multiple paths
uses: actions/cache@v2
with:
Expand All @@ -21,5 +21,5 @@ jobs:
**/node_modules
key: npm-${{ runner.os }}-${{ hashFiles('package.json') }}
- run: yarn
- run: npm run lint
- run: npm run build
- run: yarn run lint
- run: yarn run build

0 comments on commit a8992c1

Please sign in to comment.