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:
2525
2626 - name : Is a tag created auto?
2727 id : create_tag
28- uses : jaywcjlove/create-tag-action@v1.2.0
28+ uses : jaywcjlove/create-tag-action@v1.2.1
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 package-path : ./packages/core/package.json
3232
3333 - name : Generate Changelog
3434 id : changelog
35- uses : jaywcjlove/changelog-generator@v1.4.3
35+ uses : jaywcjlove/changelog-generator@v1.4.5
3636 if : steps.create_tag.outputs.successful
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
3939 head-ref : ${{ steps.create_tag.outputs.version }}
40- filter-author : (jaywcjlove| 小弟调调™|renovate|renovate-bot|dependabot\[bot\] |Renovate Bot)
40+ filter-author : (小弟调调™|renovate|Renovate Bot)
4141 filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4242
4343 - name : Create Release
4949 tag : ${{ steps.changelog.outputs.tag }}
5050 body : |
5151 [](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- ```
5652
5753 ${{ steps.changelog.outputs.compareurl }}
54+
5855 ${{ steps.changelog.outputs.changelog }}
5956
6057 - run : git status
You can’t perform that action at this time.
0 commit comments