File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
"e2e" : " ng e2e" ,
11
11
"commit" : " git-cz" ,
12
12
"update-version" : " node version.ts && git add . && git commit -m 'updated-version'" ,
13
+ "prerelease" : " git checkout master && git pull origin master" ,
13
14
"release" : " standard-version -a && npm run update-version" ,
14
15
"postrelease" : " run-s release:*" ,
15
16
"release:tags" : " git push --follow-tags origin master"
Original file line number Diff line number Diff line change 1
1
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
2
2
/* tslint:disable */
3
3
export const VERSION = {
4
- "dirty" : false ,
5
- "raw" : "v4.0.0-0-g3d2fc8f " ,
6
- "hash" : "g3d2fc8f " ,
7
- "distance" : 0 ,
4
+ "dirty" : true ,
5
+ "raw" : "v4.0.0-1-g087b421-dirty " ,
6
+ "hash" : "g087b421 " ,
7
+ "distance" : 1 ,
8
8
"tag" : "v4.0.0" ,
9
9
"semver" : {
10
10
"options" : {
@@ -20,8 +20,8 @@ export const VERSION = {
20
20
"build" : [ ] ,
21
21
"version" : "4.0.0"
22
22
} ,
23
- "suffix" : "0-g3d2fc8f " ,
24
- "semverString" : "4.0.0" ,
23
+ "suffix" : "1-g087b421-dirty " ,
24
+ "semverString" : "4.0.0+1.g087b421 " ,
25
25
"version" : "4.0.0"
26
26
} ;
27
27
/* tslint:enable */
You can’t perform that action at this time.
0 commit comments