From 971005f03343f297c027df39419b8f64f19b966c Mon Sep 17 00:00:00 2001 From: Javier Ramos Nistal <43531047+JaviRamosLab@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:59:48 -0600 Subject: [PATCH] chore: Update README.md angular renamed `master` branch to `main`! --- @commitlint/config-angular/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/config-angular/README.md b/@commitlint/config-angular/README.md index 43d0d7731f..49bfc60726 100644 --- a/@commitlint/config-angular/README.md +++ b/@commitlint/config-angular/README.md @@ -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 @@ -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).