Hatem

Results 58 comments of Hatem

Hi all, I am facing the same issue, ```shell @angular-devkit/architect 0.1302.6 @angular-devkit/build-angular 13.2.6 @angular-devkit/core 13.2.6 @angular-devkit/schematics 13.2.6 @angular/cdk 13.3.4 @angular/cli 13.2.6 @angular/material 13.3.4 @schematics/angular 13.2.6 rxjs 7.5.5 typescript 4.5.5 ```

I have the same issue, since I wanted to install `brew install --cask adoptopenjdk8 `

@matthewheck17 @citricguy @mattvb91 I am trying it with a fresh new project with Laravel 9.x. I will report here if that works fine.

I searched and found this nice tutorial. I believe this may work with some tweaks @antonpatsev @gsmith-mythical

@escapedcat πŸ˜‚ I forgot to paste it . **[Here](https://dev.to/strdr4605/commitlint-custom-commit-message-with-emojis-3ob4)** it is I find it too much configurations which didn't work for me The second one **[here](https://dev.to/sohandutta/make-everyone-in-your-project-write-beautiful-commit-messages-using-commitlint-and-commitizen-1amn)** seems a bit interesting...

I also added a `pre-comit-msg` hook which was not mentioned in the above tutorial but was mentioned in other tutuorials. The hook itself has some issues if it's used in...

Thanks @sinedied I got the idea of shared and core modules, and that what exactly I was doing in all my Angular projects with little differences. For the Shell module,...

It's still in Alpha version, but it's good to keep an eye on πŸ‘

Should tag name be `v${VERSION}` or `test-v${VERSION}` but not `v${VERSION} test`?