feat(ng-schematics): release version 0.5.0 (#10768)
This commit is contained in:
parent
078e3aa5b0
commit
42fdd0a733
@ -32,7 +32,7 @@ const commands = {
|
|||||||
],
|
],
|
||||||
createMultiProjects: [
|
createMultiProjects: [
|
||||||
{
|
{
|
||||||
command: 'ng generate application core --style=css --routing=false',
|
command: 'ng generate application core --style=css --routing=true',
|
||||||
options: {
|
options: {
|
||||||
cwd: join(cwd(), '/multi/'),
|
cwd: join(cwd(), '/multi/'),
|
||||||
},
|
},
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
},
|
},
|
||||||
"packages/testserver": {},
|
"packages/testserver": {},
|
||||||
"packages/ng-schematics": {
|
"packages/ng-schematics": {
|
||||||
"release-as": "0.4.0"
|
"bump-minor-pre-major": true,
|
||||||
|
"separate-pull-requests": true
|
||||||
},
|
},
|
||||||
"packages/browsers": {}
|
"packages/browsers": {}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user