feat(ng-schematics): release version 0.5.0 (#10768)

This commit is contained in:
Nikolay Vitkov 2023-08-22 12:58:40 +02:00 committed by GitHub
parent 078e3aa5b0
commit 42fdd0a733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const commands = {
],
createMultiProjects: [
{
command: 'ng generate application core --style=css --routing=false',
command: 'ng generate application core --style=css --routing=true',
options: {
cwd: join(cwd(), '/multi/'),
},

View File

@ -10,7 +10,8 @@
},
"packages/testserver": {},
"packages/ng-schematics": {
"release-as": "0.4.0"
"bump-minor-pre-major": true,
"separate-pull-requests": true
},
"packages/browsers": {}
},