We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ed680 commit 0bb9706Copy full SHA for 0bb9706
README.md
@@ -104,6 +104,7 @@ build.cmd releasenotes <arguments>
104
```
105
106
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.
+- `semver:<version>` where `<version>` can be `major`, `minor` or `patch`. The respective version part is raised by +1.
+- `pre:<previewName>` where `<previewName>` is freetext.
+- `n:<n>` where `<n>` is the number of commits that (shall) belong to the new release. Default is 30.
110
+
0 commit comments