File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
@commitlint/config-angular Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Lint your commits, angular-style
4
4
5
- Shareable ` commitlint ` config enforcing the [ Angular commit convention] ( https://github.com/angular/angular/blob/master /CONTRIBUTING.md#commit ) .
5
+ Shareable ` commitlint ` config enforcing the [ Angular commit convention] ( https://github.com/angular/angular/blob/main /CONTRIBUTING.md#commit ) .
6
6
Use with [ @commitlint/cli ] ( ../cli ) and [ @commitlint/prompt-cli ] ( ../prompt-cli ) .
7
7
8
8
## Getting started
@@ -128,7 +128,7 @@ echo "fix: some message" # passes
128
128
- ** rule** : ` never `
129
129
130
130
The [ angular commit
131
- convention] ( hhttps://github.com/angular/angular/blob/master /CONTRIBUTING.md#commit )
131
+ convention] ( hhttps://github.com/angular/angular/blob/main /CONTRIBUTING.md#commit )
132
132
does not use a ` ! ` to define a breaking change in the commit subject. If you
133
133
want to use this feature please consider using the [ conventional commit
134
134
config] ( https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#commitlintconfig-conventional ) .
You can’t perform that action at this time.
0 commit comments