File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
docs/input/docs/configuration Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,14 @@ control the look and feel of the generated release notes.
148148 no issues are found to be associated with a milestone. The contents of the
149149 empty release can be controlled via the associated Scriban template.
150150 **NOTE:** This configuration option was added in version 0.20.0 of GitReleaseManager.
151+ - **sort-issues-by**
152+ - A string value which indicates the name of the field used to sort the issues. The
153+ possible values are : Title, Id.
154+ **NOTE:** This configuration option was added in version 0.21.0 of GitReleaseManager.
155+ - **sort-issues-direction**
156+ - A string value which indicates how the issues are sorted. The posible values are :
157+ Ascending, Descending.
158+ **NOTE:** This configuration option was added in version 0.21.0 of GitReleaseManager.
151159
152160See the [example create configuration section](create-configuration) to see an
153161example of how a footer can be configured.
You can’t perform that action at this time.
0 commit comments