File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 token : ${{ secrets.GITHUB_TOKEN }}
3535 head-ref : ${{ steps.create_tag.outputs.version }}
36- filter-author : (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
36+ filter-author : (jaywcjlove|小弟调调™|renovate|renovate-bot| dependabot\[bot\]|Renovate Bot)
3737 filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
3838
3939 - name : Create Release
Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ export const getRouterData = {
6666 '/docs/development/components' : {
6767 component : dynamicWrapper ( [ ] , ( ) => import ( '../pages/docs/development/components' ) ) ,
6868 } ,
69- // '/components': {
70- // component: dynamicWrapper([], () => import('../layouts/ComponentsLayout')),
71- // },
7269 '/components/about' : {
7370 component : dynamicWrapper ( [ ] , ( ) => import ( '../pages/components/about' ) ) ,
7471 } ,
You can’t perform that action at this time.
0 commit comments