Skip to content

Commit

Permalink
docs: update angular repo link (#4223)
Browse files Browse the repository at this point in the history
angular renamed `master` branch to `main`!
  • Loading branch information
JaviRamosLab authored Dec 25, 2024
1 parent 715a3b0 commit 4bc3c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/config-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Lint your commits, angular-style

Shareable `commitlint` config enforcing the [Angular commit convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit).
Shareable `commitlint` config enforcing the [Angular commit convention](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli).

## Getting started
Expand Down Expand Up @@ -128,7 +128,7 @@ echo "fix: some message" # passes
- **rule**: `never`

The [angular commit
convention](hhttps://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit)
convention](hhttps://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit)
does not use a `!` to define a breaking change in the commit subject. If you
want to use this feature please consider using the [conventional commit
config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#commitlintconfig-conventional).
Expand Down

0 comments on commit 4bc3c38

Please sign in to comment.