You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,9 @@ Automatically generated release notes provide an automated alternative to manual
71
71
|`changelog.categories[*].exclude.labels`| A list of labels that exclude a pull request from appearing in this category. |
72
72
|`changelog.categories[*].exclude.authors`| A list of user or bot login handles whose pull requests are to be excluded from this category. |
73
73
74
-
### Example configuration
74
+
### Example configurations
75
+
76
+
A configuration for a repository that labels semver releases
75
77
76
78
{% raw %}
77
79
```yaml{:copy}
@@ -98,6 +100,26 @@ changelog:
98
100
```
99
101
{% endraw %}
100
102
103
+
A configuration for a repo that doesn't tag Pull Requests but wants to separate out Dependabot automated PRs in release notes (note: `labels: '*'` is required to display a catchall category)
0 commit comments