Skip to content

Commit

Permalink
docs: Update ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmongard authored Oct 16, 2023
1 parent 2b9b535 commit 8a50fdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ semver {

### Predefined templates

There is three predefined templates for the change log:
There are three predefined templates for the change log:

- defaultChangeLog
- simpleChangeLog
Expand All @@ -77,12 +77,12 @@ semver {

### Custom template

A custom changelog template can be configured.
This is an example for printing test changes.
A custom changelog template can be configured instead of using a predefined one.
This is an example for printing only test changes.
```kotlin
semver {
changeLogFormat {
appendLine(constants.header).appendLine()
appendLine("## My changed tests").appendLine()
withType("test") {
appendLine("### Test")
formatChanges {
Expand Down

0 comments on commit 8a50fdc

Please sign in to comment.