Skip to content

Commit 0dcfbef

Browse files
committed
Documentation
1 parent b226e1d commit 0dcfbef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/input/docs/configuration/default-configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

152160
See the [example create configuration section](create-configuration) to see an
153161
example of how a footer can be configured.

0 commit comments

Comments
 (0)