From fd9ccb4cadd547caf625ec39fe1e9b31f0f263ea Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Wed, 21 Oct 2020 10:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/traffic2badge.yml | 1 - CHANGELOG.md | 9 ++++++++- CHANGELOG_CN.md | 6 ++++++ README.md | 3 +-- README_CN.md | 3 +-- package-lock.json | 2 +- package.json | 2 +- 7 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/workflows/traffic2badge.yml b/.github/workflows/traffic2badge.yml index e021887..8aaf5ae 100644 --- a/.github/workflows/traffic2badge.yml +++ b/.github/workflows/traffic2badge.yml @@ -17,7 +17,6 @@ jobs: - name: Get Repo List id: repo uses: yi-Xu-0100/repo-list-generator@v0.2.1 - with: - name: Get Commit Message id: message diff --git a/CHANGELOG.md b/CHANGELOG.md index 8397134..55342bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm ### 🗑 Deprecated +## [1.1.2] - 2020-10-21 + +### 🐛 修复 + +- 🚑 fix workflow bug + ## [1.1.1] - 2020-10-21 ### ♻️ Changed @@ -68,7 +74,8 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm - 👷 [workflows](./.github/workflows/autoRelease.yml) to auto release - 👷 [prettier](./.prettierrc.json) to format files -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2 [1.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1 [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0 [1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.1 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index f689549..ececba4 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -19,6 +19,12 @@ ### 🗑 废弃 +## [1.1.2] - 2020-10-21 + +### 🐛 修复 + +- 🚑 修复 workflow 错误 + ## [1.1.1] - 2020-10-21 ### ♻️ 变化 diff --git a/README.md b/README.md index 41789d2..1e1555b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,6 @@ jobs: - name: Get Repo List id: repo uses: yi-Xu-0100/repo-list-generator@v0.2.1 - with: - name: Get Commit Message id: message @@ -95,7 +94,7 @@ jobs: - name: Get Traffic id: traffic - uses: yi-Xu-0100/traffic-to-badge@v1.1.1 + uses: yi-Xu-0100/traffic-to-badge@v1.1.2 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} static_list: '${{ steps.repo.outputs.repo }}' diff --git a/README_CN.md b/README_CN.md index 3672c96..1a86fd2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -76,7 +76,6 @@ jobs: - name: Get Repo List id: repo uses: yi-Xu-0100/repo-list-generator@v0.2.1 - with: - name: Get Commit Message id: message @@ -95,7 +94,7 @@ jobs: - name: Get Traffic id: traffic - uses: yi-Xu-0100/traffic-to-badge@v1.1.1 + uses: yi-Xu-0100/traffic-to-badge@v1.1.2 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} static_list: '${{ steps.repo.outputs.repo }}' diff --git a/package-lock.json b/package-lock.json index 4cb8fbc..8b60f74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "traffic-to-badge", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bc4199..6895aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "traffic-to-badge", - "version": "1.1.1", + "version": "1.1.2", "description": "Use repository traffic data to generate badges that include views and clones.", "main": "dist/index.js", "scripts": {