We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec482e commit 3defb69Copy full SHA for 3defb69
1 file changed
.github/release.yml
@@ -22,16 +22,16 @@ changelog:
22
- "Changelog: Deprecation"
23
commit_patterns:
24
- "deprecat" # deprecation, deprecated
25
- semver: minor
+ semver: patch
26
- title: Documentation 📚
27
labels:
28
- "Changelog: Docs"
29
30
- "^docs?\\b"
31
32
- title: Internal Changes 🔧
33
34
- "Changelog: Internal"
35
36
- "^(build|ref|chore|ci|tests?)\\b"
37
0 commit comments