This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,15 @@ name: ci
22
33on :
44 pull_request :
5- branches :
6- - master
7- - dev
5+ branches : [$default-branch, next]
86
97jobs :
108 test-and-release :
119 name : Run tests
1210 runs-on : ubuntu-18.04
1311 steps :
1412 - name : Checkout
15- uses : actions/checkout@v1
13+ uses : actions/checkout@v2
1614 - name : Setup Node.js
1715 uses : actions/setup-node@v1
1816 with :
Original file line number Diff line number Diff line change 11name : Release
22on :
33 push :
4- branches :
5- - master
4+ branches : [$default-branch, next]
65jobs :
76 release :
87 name : Run test and Release
98 runs-on : ubuntu-18.04
109 steps :
1110 - name : Checkout
12- uses : actions/checkout@v1
11+ uses : actions/checkout@v2
1312 - name : Setup Node.js
1413 uses : actions/setup-node@v1
1514 with :
Original file line number Diff line number Diff line change 1414 "publishConfig" : {
1515 "access" : " public"
1616 },
17+ "release" : {
18+ "branches" : [
19+ " +([0-9])?(.{+([0-9]),x}).x" ,
20+ " main" ,
21+ " next" ,
22+ " next-major" ,
23+ { "name" : " beta" , "prerelease" : true },
24+ { "name" : " alpha" , "prerelease" : true }
25+ ]
26+ },
1727 "scripts" : {
1828 "serve" : " vue-cli-service serve" ,
1929 "build" : " vue-cli-service build --target lib --name as-dynamic-forms src/index.js" ,
2535 "semantic-release" : " semantic-release"
2636 },
2737 "main" : " dist/as-dynamic-forms.common.js" ,
28- "dependencies" : {
29- "bootstrap" : " ^4.5.0" ,
30- "core-js" : " ^3.6.5" ,
31- "sass-resources-loader" : " ^2.0.3" ,
32- "vue" : " ^2.6.11"
33- },
3438 "devDependencies" : {
3539 "@vue/cli-plugin-babel" : " 4.5.3" ,
3640 "@vue/cli-plugin-eslint" : " 4.5.3" ,
5054 "vue-select" : " 3.10.7" ,
5155 "vue-template-compiler" : " 2.6.11" ,
5256 "vuepress" : " 1.5.3" ,
53- "semantic-release" : " 17.1.1"
57+ "semantic-release" : " 17.1.1" ,
58+ "bootstrap" : " ^4.5.0" ,
59+ "core-js" : " ^3.6.5" ,
60+ "sass-resources-loader" : " ^2.0.3" ,
61+ "vue" : " ^2.6.11"
5462 }
5563}
You can’t perform that action at this time.
0 commit comments