File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ jobs:
25
25
26
26
- name : Is a tag created auto?
27
27
id : create_tag
28
- uses : jaywcjlove/create-tag-action@v1.2.0
28
+ uses : jaywcjlove/create-tag-action@v1.2.1
29
29
with :
30
30
token : ${{ secrets.GITHUB_TOKEN }}
31
31
package-path : ./packages/core/package.json
32
32
33
33
- name : Generate Changelog
34
34
id : changelog
35
- uses : jaywcjlove/changelog-generator@v1.4.3
35
+ uses : jaywcjlove/changelog-generator@v1.4.5
36
36
if : steps.create_tag.outputs.successful
37
37
with :
38
38
token : ${{ secrets.GITHUB_TOKEN }}
39
39
head-ref : ${{ steps.create_tag.outputs.version }}
40
- filter-author : (jaywcjlove| 小弟调调™|renovate|renovate-bot|dependabot\[bot\] |Renovate Bot)
40
+ filter-author : (小弟调调™|renovate|Renovate Bot)
41
41
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
42
42
43
43
- name : Create Release
49
49
tag : ${{ steps.changelog.outputs.tag }}
50
50
body : |
51
51
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-native@${{steps.changelog.outputs.version}}/file/README.md) [](https://www.npmjs.com/package/@uiw/react-native) [](https://bundlephobia.com/result?p=@uiw/react-native@${{steps.changelog.outputs.version}})
52
-
53
- ```bash
54
- npm i @uiw/react-native@${{steps.changelog.outputs.version}}
55
- ```
56
52
57
53
${{ steps.changelog.outputs.compareurl }}
54
+
58
55
${{ steps.changelog.outputs.changelog }}
59
56
60
57
- run : git status
You can’t perform that action at this time.
0 commit comments