We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!
1 parent 979e118 commit de201dcCopy full SHA for de201dc
.github/workflows/semantic-pr.yaml
@@ -29,7 +29,6 @@ jobs:
29
chore
30
revert
31
release
32
- BREAKING
33
34
scopes: |
35
vuln
docs/community/contribute/pr.md
@@ -185,12 +185,20 @@ others:
185
186
The `<scope>` can be empty (e.g. if the change is a global or difficult to assign to a single component), in which case the parentheses are omitted.
187
188
+**Breaking changes**
189
+
190
+A PR, introducing a breaking API change, needs to append a `!` after the type/scope.
191
192
### Example titles
193
194
```
195
feat(alma): add support for AlmaLinux
196
197
198
+```
199
+feat(vuln)!: delete the existing CLI flag
200
201
202
203
fix(oracle): handle advisories with ksplice versions
204
0 commit comments