File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - master
7+ - 0.11.x
78 push :
89 branches :
910 - master
11+ - 0.11.x
1012
1113jobs :
1214 build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 tags :
6- - ' v [0-9]+.[0-9]+.[0-9]+'
6+ - ' [0-9]+.[0-9]+.[0-9]+'
77
88jobs :
99 build :
1414 with :
1515 node-version : 8
1616 - name : Set release version
17- run : echo "RELEASE_VERSION=${GITHUB_REF:11 }" >> $GITHUB_ENV
17+ run : echo "RELEASE_VERSION=${GITHUB_REF:10 }" >> $GITHUB_ENV
1818 - name : Package project
1919 run : |
2020 ./package.sh
Original file line number Diff line number Diff line change 55 "webthings" : {
66 "exec" : " {nodeLoader} {path}" ,
77 "primary_type" : " adapter" ,
8- "strict_max_version" : " * " ,
8+ "strict_max_version" : " 1.1.0 " ,
99 "strict_min_version" : " 0.10.0"
1010 }
1111 },
184184 }
185185 },
186186 "short_name" : " Virtual" ,
187- "version" : " 0.11.0 "
187+ "version" : " 0.11.1 "
188188}
Original file line number Diff line number Diff line change 11{
22 "name" : " virtual-things-adapter" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "description" : " WebThings Gateway Virtual Things Adapter" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments