Skip to content

Commit 88ed680

Browse files
authored
Add pack prerelease section
1 parent 46bbd9a commit 88ed680

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ build.sh pack
8383
build.cmd pack
8484
```
8585

86+
For prereleases use
87+
88+
```bash
89+
build.sh packprerelease
90+
```
91+
92+
```bash
93+
build.cmd packprerelease
94+
```
95+
8696
### Update release notes
8797

8898
```bash
@@ -97,4 +107,3 @@ where `<arguments>` can be:
97107
- `semver:<version>` where <version> can be `major`, `minor` or `patch`. The respective version part is raised by +1.
98108
- `pre:<previewName>` where <previewName> is freetext.
99109
- `n:<n>` where <n> is the number of commits that (shall) belong to the new release. Default is 30.
100-

0 commit comments

Comments
 (0)