File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 43
43
- run :
44
44
name : publish to marketplace
45
45
command : npx vsce publish -p ${VSTOKEN}
46
+ prerelease :
47
+ docker :
48
+ - image : circleci/node:latest
49
+ steps :
50
+ - checkout
51
+ - *npm_install_update
52
+ - run :
53
+ name : install VS Code Extension Manager
54
+ command : npm i vsce
55
+ - run :
56
+ name : pre-release to marketplace
57
+ command : npx vsce publish --pre-release -p ${VSTOKEN}
46
58
47
59
workflows :
48
60
version : 2
@@ -55,6 +67,15 @@ workflows:
55
67
- test :
56
68
requires :
57
69
- build
70
+ - prerelease :
71
+ requires :
72
+ - build
73
+ - test
74
+ filters :
75
+ branches :
76
+ ignore : /.*/
77
+ tags :
78
+ only : /^\d+\.\d*[13579]\.\d+$/
58
79
- publish :
59
80
requires :
60
81
- build
@@ -63,4 +84,4 @@ workflows:
63
84
branches :
64
85
ignore : /.*/
65
86
tags :
66
- only : /^\d+\.\d+ \.\d+$/
87
+ only : /^\d+\.\d*[02468] \.\d+$/
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/aurelia/vscode-extension"
11
11
},
12
12
"engines" : {
13
- "vscode" : " ^1.51.1 "
13
+ "vscode" : " ^1.63.0 "
14
14
},
15
15
"dependencies" : {
16
16
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 29
29
"theme" : " dark"
30
30
},
31
31
"engines" : {
32
- "vscode" : " ^1.51.1 "
32
+ "vscode" : " ^1.63.0 "
33
33
},
34
34
"activationEvents" : [
35
35
" onStartupFinished"
You can’t perform that action at this time.
0 commit comments