Skip to content

Commit 0bb9706

Browse files
authored
Fix typo
1 parent 88ed680 commit 0bb9706

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ build.cmd releasenotes <arguments>
104104
```
105105

106106
where `<arguments>` can be:
107-
- `semver:<version>` where <version> can be `major`, `minor` or `patch`. The respective version part is raised by +1.
108-
- `pre:<previewName>` where <previewName> is freetext.
109-
- `n:<n>` where <n> is the number of commits that (shall) belong to the new release. Default is 30.
107+
- `semver:<version>` where `<version>` can be `major`, `minor` or `patch`. The respective version part is raised by +1.
108+
- `pre:<previewName>` where `<previewName>` is freetext.
109+
- `n:<n>` where `<n>` is the number of commits that (shall) belong to the new release. Default is 30.
110+

0 commit comments

Comments
 (0)