🚀 Feature request
Description
To prevent issues like this it would be great if the @angular-devkit libs follow the same semantic versioning as the main @angular packages.
Describe the solution you'd like
So e.g. instead of releasing the next major version as @angular-devkit/architect@0.1200.0 to release it as @angular-devkit/architect@12.0.0
This way semver checks will mork more reliably throughout the angular community.
Describe alternatives you've considered
NOTE: I have tried to search for existing open issues that describe the same feature request. Didn't find one. I'll be gladly closing this issue for another one if you could just point me in the right direction.
🚀 Feature request
Description
To prevent issues like this it would be great if the
@angular-devkitlibs follow the same semantic versioning as the main@angularpackages.Describe the solution you'd like
So e.g. instead of releasing the next major version as
@angular-devkit/architect@0.1200.0to release it as@angular-devkit/architect@12.0.0This way semver checks will mork more reliably throughout the angular community.
Describe alternatives you've considered
NOTE: I have tried to search for existing open issues that describe the same feature request. Didn't find one. I'll be gladly closing this issue for another one if you could just point me in the right direction.