File tree Expand file tree Collapse file tree 12 files changed +85
-21
lines changed Expand file tree Collapse file tree 12 files changed +85
-21
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ install:
15
15
- make install
16
16
jobs :
17
17
include :
18
- - script :
19
- - npm run build
18
+ - stage : build-server
20
19
before_script : cd packages/server
21
- name : build-server
22
- - script :
20
+ script :
23
21
- npm run build
24
- - bin/run --version
22
+ - stage : build-cli
25
23
before_script : cd packages/cli
26
- name : build-cli
27
- - script :
24
+ script :
25
+ - npm run build
26
+ - bin/run --version
27
+ - stage : test-server
28
+ before_script : cd packages/server
29
+ script :
28
30
- npm run test
29
31
- npx snyk test
30
- before_script : cd packages/server
31
- name : test-server
32
32
- stage : release
33
33
if : (type = push AND branch = master)
34
34
before_script :
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.10] ( https://github.com/pharindoko/json-serverless/compare/v1.5.9...v1.5.10 ) (2019-12-31)
7
+
8
+ ** Note:** Version bump only for package json-serverless
9
+
10
+
11
+
12
+
13
+
14
+ ## [ 1.5.9] ( https://github.com/pharindoko/json-serverless/compare/v1.5.8...v1.5.9 ) (2019-12-31)
15
+
16
+ ** Note:** Version bump only for package json-serverless
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7
23
8
24
Original file line number Diff line number Diff line change 4
4
" packages/cli/template" ,
5
5
" packages/server"
6
6
],
7
- "version" : " 1.5.8 "
7
+ "version" : " 1.5.10 "
8
8
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.10] ( https://github.com/pharindoko/json-serverless/compare/v1.5.9...v1.5.10 ) (2019-12-31)
7
+
8
+ ** Note:** Version bump only for package json-serverless
9
+
10
+
11
+
12
+
13
+
14
+ ## [ 1.5.9] ( https://github.com/pharindoko/json-serverless/compare/v1.5.8...v1.5.9 ) (2019-12-31)
15
+
16
+ ** Note:** Version bump only for package json-serverless
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7
23
8
24
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g json-serverless
19
19
$ jsonsls COMMAND
20
20
running command...
21
21
$ jsonsls (-v| --version| version)
22
- json-serverless/1.5.8 linux-x64 node-v10.18.0
22
+ json-serverless/1.5.10 linux-x64 node-v10.18.0
23
23
$ jsonsls --help [COMMAND]
24
24
USAGE
25
25
$ jsonsls COMMAND
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-serverless" ,
3
3
"description" : " cli for json-serverless project" ,
4
- "version" : " 1.5.8 " ,
4
+ "version" : " 1.5.10 " ,
5
5
"author" : " pharindoko" ,
6
6
"bin" : {
7
7
"jsonsls" : " ./bin/run"
22
22
"figlet" : " ^1.2.4" ,
23
23
"globby" : " ^10.0.1" ,
24
24
"inquirer" : " ^7.0.1" ,
25
- "json-serverless-lib" : " ^1.5.8 " ,
25
+ "json-serverless-lib" : " ^1.5.10 " ,
26
26
"listr" : " ^0.14.3" ,
27
27
"node-env-webpack-plugin" : " 1.1.0" ,
28
28
"nodemon" : " 2.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.10] ( https://github.com/pharindoko/json-serverless/compare/v1.5.9...v1.5.10 ) (2019-12-31)
7
+
8
+ ** Note:** Version bump only for package json-serverless-template
9
+
10
+
11
+
12
+
13
+
14
+ ## [ 1.5.9] ( https://github.com/pharindoko/json-serverless/compare/v1.5.8...v1.5.9 ) (2019-12-31)
15
+
16
+ ** Note:** Version bump only for package json-serverless-template
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7
23
8
24
** Note:** Version bump only for package json-serverless-template
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-serverless-template" ,
3
- "version" : " 1.5.8 " ,
3
+ "version" : " 1.5.10 " ,
4
4
"description" : " template for json-serverless project" ,
5
5
"author" : " pharindoko" ,
6
6
"bugs" : " https://github.com/pharindoko/json-serverless/issues" ,
7
7
"dependencies" : {
8
8
"@types/express" : " 4.17.1" ,
9
9
"express" : " 4.17.1" ,
10
- "json-serverless-lib" : " ^1.5.8 " ,
10
+ "json-serverless-lib" : " ^1.5.10 " ,
11
11
"serverless-http" : " ^2.3.0"
12
12
},
13
13
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.10] ( https://github.com/pharindoko/json-serverless/compare/v1.5.9...v1.5.10 ) (2019-12-31)
7
+
8
+ ** Note:** Version bump only for package json-serverless-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [ 1.5.9] ( https://github.com/pharindoko/json-serverless/compare/v1.5.8...v1.5.9 ) (2019-12-31)
15
+
16
+ ** Note:** Version bump only for package json-serverless-lib
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7
23
8
24
You can’t perform that action at this time.
0 commit comments