Skip to content

Commit

Permalink
📝 update readme for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 25, 2020
1 parent 5adbaf9 commit cfcc5e3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### 🗑 Deprecated

## [1.1.5] - 2020-10-25

### 🐛 Fixed

- 🐛 Fix init new repo error. #21

## [1.1.4] - 2020-10-24

### ✨ Added
Expand Down Expand Up @@ -90,7 +96,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.4...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5
[1.1.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4
[1.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3
[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

### 🗑 废弃

## [1.1.5] - 2020-10-25

### 🐛 修复

- 🐛 修复初始化新仓库失败问题。#21

## [1.1.4] - 2020-10-24

### ✨ 增加
Expand Down Expand Up @@ -90,7 +96,8 @@
- 👷 自动发布 release 的 [工作流](./.github/workflows/autoRelease.yml)
- 👷 [prettier](./.prettierrc.json) 格式化文件

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5
[1.1.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4
[1.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3
[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: yi-Xu-0100/[email protected].4
uses: yi-Xu-0100/[email protected].5
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
#(default) static_list: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: yi-Xu-0100/[email protected].4
uses: yi-Xu-0100/[email protected].5
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
#(default) static_list: ${{ github.repository }}
Expand Down

0 comments on commit cfcc5e3

Please sign in to comment.