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
* Release 0.7.2
* Fix issues option in the docs
* Add the group by label option
* Change the configuration file for gren
* Update documentation for the group by function
Copy file name to clipboardExpand all lines: docs/options.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To pass it to the `GithubReleaseNotes` class, in the [configuration file](#confi
19
19
|`username`|**Required**| The username of the repo _e.g. `github-tools`_|`null`|
20
20
|`repo`|**Required**| The repository name _e.g. `github-release-notes`_|`null`|
21
21
|`action`|`release``changelog`| The **gren** action to run. _(see details below for changelog generator)_|`release`|
22
-
|`ignore-labels`|`wont_fix``wont_fix,duplicate`| Ignore issues that contains one of the specified labels. |`false`|
22
+
|`ignore-labels`|`wont_fix``wont_fix,duplicate`| Ignore the specified labels. |`false`|
23
23
|`ignore-issues-with`|`wont_fix``wont_fix,duplicate`| Ignore issues that contains one of the specified labels. |`false`|
24
24
|`data-source`|`issues``commits`| The informations you want to use to build release notes. |`issues`|
25
25
|`prefix`|**String**`e.g. v`| Add a prefix to the tag version. |`null`|
@@ -33,6 +33,7 @@ To pass it to the `GithubReleaseNotes` class, in the [configuration file](#confi
33
33
|`draft`|**Flag**| Set the release as a draft. |`false`|
34
34
|`prerelease`|**Flag**| To set the release as a prerelease. |`false`|
35
35
|`tags`|`0.1.0``0.2.0,0.1.0``all`| A specific tag or the range of tags to build the release notes from. You can also specify `all` to write all releases. _(To override existing releases use the --override flag)_|`false`|
36
+
|`group-by`|`label``{...}`| Group the issues using the labels as group headings. You can set custom headings for groups of labels. [See example]({{ "example#group-by" | relative_url }}) |`false`|
36
37
37
38
### Changelog options
38
39
@@ -79,7 +80,9 @@ You can configure the output of **gren** using templates. Set your own configura
0 commit comments