Skip to content

Commit

Permalink
🔖 release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 1, 2020
1 parent ac469eb commit ce4de40
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### ✨ Added

- 🌐 [README.md](./README.md)
- 📝 [README_CN.md](./README_CN.md)
- 📝 [CHANGELOGE.md](./CHANGELOGE.md)
- 🌐 [CHANGELOGE_CN.md](./CHANGELOG_CN.md)
- 👷 [workflows](./.github/workflows/autoRelease.yml) to auto release
- 👷 [prettier](./package.json) to format files

### ♻️ Changed

### 🐛 Fixed
Expand All @@ -26,5 +19,16 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### 🗑 Deprecated

## [1.0.0] - 2020-10.01

### ✨ Added

- 🌐 [README.md](./README.md)
- 📝 [README_CN.md](./README_CN.md)
- 📝 [CHANGELOGE.md](./CHANGELOGE.md)
- 🌐 [CHANGELOGE_CN.md](./CHANGELOG_CN.md)
- 👷 [workflows](./.github/workflows/autoRelease.yml) to auto release
- 👷 [prettier](./package.json) to format files

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/mindsers/changelog-reader-action/compare/v1.0.0
16 changes: 12 additions & 4 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,24 @@

### ✨ 增加

### ♻️ 变化

### 🐛 修复

### 🔒 安全

### 🗑 废弃

## [1.0.0] - 2020-10.01

### ✨ 增加

- 🌐 [README.md](./README.md)
- 🌐 [README_CN.md](./README_CN.md)
- 📝 [CHANGELOGE.md](./CHANGELOGE.md)
- 📝 [CHANGELOGE_CN.md](./CHANGELOG_CN.md)
- 👷 自动发布 release 的 [工作流](./.github/workflows/autoRelease.yml)
- 👷 prettier 格式化文件

### ♻️ 变化

### 🐛 修复

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/mindsers/changelog-reader-action/compare/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traffic-to-badge",
"version": "0.0.0",
"version": "1.0.0",
"description": "Use repository traffic data to generate badges that include views and clones.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ce4de40

Please sign in to comment.