Skip to content

Commit

Permalink
feat: support latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 8, 2022
1 parent f67aa70 commit e62ab52
Show file tree
Hide file tree
Showing 6 changed files with 6,538 additions and 4,270 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

# Changelog

## v2.5.0

`2022.12.08`

- 🚀 feat: support `latest`.
- 🐞 fix: `triger` to `trigger`.

This comment has been minimized.

Copy link
@afc163

afc163 Dec 8, 2022

用到的地方是不是要改一下?

This comment has been minimized.

Copy link
@xrkffgg

xrkffgg Dec 8, 2022

Author Member

恩,改一下。两种都支持。


## v2.4.1

`2022.11.17`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions-cool/release-helper@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
triger: 'tag'
trigger: 'tag'
changelogs: 'CHANGELOG.en-US.md, CHANGELOG.zh-CN.md'
branch: 'master'
```
Expand All @@ -37,7 +37,7 @@ jobs:
| Name | Desc | Type | Required |
| -- | -- | -- | -- |
| token | GitHub Token | string | ✔ |
| triger | Triggering conditions | string | ✔ |
| trigger | Triggering conditions | string | ✔ |
| changelogs | The file path | string | ✔ |
| branch | The file branch | string | ✔ |
| tag | Tag for branch. Check startsWith | string | ✖ |
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ branding:
inputs:
triger:
description: 'How to start'
trigger:
description: 'How to start'
token:
description: 'Github token'
default: ${{ github.token }}
Expand Down Expand Up @@ -48,6 +50,8 @@ inputs:
description: 'Only for antd'
release:
description: 'Whether release'
latest:
description: 'latest for tag'
runs:
using: node16
main: 'dist/index.js'
Loading

0 comments on commit e62ab52

Please sign in to comment.