Skip to content

Commit

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

## [Unreleased]

## [0.4.1] - 2020-11-09

### ♻️ Changed

- 📝 update version for readme.

## [0.4.0] - 2020-11-09

### ✨ Added
Expand All @@ -21,9 +27,9 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

## [0.3.0] - 2020-10-20

### ♻️ Changed
### ✨ Added

- support default `GITHUB_TOKEN`.
- support default `GITHUB_TOKEN`.

## [0.2.1] -2020-10-19

Expand Down Expand Up @@ -78,7 +84,8 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

- 🎉 first publish.

[unreleased]: https://github.com/yi-Xu-0100/repo-list-generator/compare/v0.4.0...HEAD
[unreleased]: https://github.com/yi-Xu-0100/repo-list-generator/compare/v0.4.1...HEAD
[0.4.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.4.1
[0.4.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.4.0
[0.3.0]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.3.0
[0.2.1]: https://github.com/yi-Xu-0100/repo-list-generator/tree/v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ outputs:
```yml
- name: Get Repo List
id: repo
uses: yi-Xu-0100/repo-list-generator@v0.3.0
uses: yi-Xu-0100/repo-list-generator@v0.4.1
#with:
#(default)my_token: ${{ secrets.GITHUB_TOKEN }}
#(default)user: ${{ github.actor }}
Expand All @@ -121,7 +121,7 @@ outputs:
```yml
- name: Get Repo List
id: repo
uses: yi-Xu-0100/repo-list-generator@v0.3.0
uses: yi-Xu-0100/repo-list-generator@v0.4.1
with:
my_token: ${{ secrets.REPO_TOKEN }}
#(default)user: ${{ github.actor }}
Expand Down

0 comments on commit e6334e7

Please sign in to comment.