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: README.adoc
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ ghrnc:
37
37
38
38
The `ghrnc.github-token` is optional but increases the rate limit of GitHub. If required, the endpoint of the GitHub API could be set with `ghrnc.base-url`.
39
39
40
-
If `sections` isn't set, the following default is used:
40
+
If `ghrnc.sections` isn't set, the following default is used:
41
41
42
42
[source,yaml]
43
43
----
@@ -51,6 +51,20 @@ ghrnc:
51
51
labels: ["documentation"]
52
52
----
53
53
54
+
Optionally, a list of all contributors can be created. The corresponding configuration may look like this:
55
+
56
+
[source,yaml]
57
+
----
58
+
ghrnc:
59
+
contributors:
60
+
enabled: true
61
+
title: ":heart: Contributors"
62
+
message: "Thank you to all the contributors who worked on this release."
63
+
excludes:
64
+
- "core-developer-1"
65
+
- "core-developer-2"
66
+
----
67
+
54
68
== Running Standalone
55
69
56
70
Download the https://github.com/th-schwarz/GithubReleaseNotesCreator/releases[last release jar].
0 commit comments