We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7a540 commit 0623fe6Copy full SHA for 0623fe6
1 file changed
README.md
@@ -43,6 +43,30 @@ github-release upload \
43
archive.zip index.html app.min.css app.min.js
44
```
45
46
+#### Create a prerelease
47
+
48
+```sh
49
+github-release upload \
50
+ --owner cheton \
51
+ --repo github-release-cli \
52
+ --tag "v0.1.0" \
53
+ --name "v0.1.0" \
54
+ --body "This is a prerelease" \
55
+ --prerelease
56
+```
57
58
+#### Change a prerelease to a published release
59
60
61
62
63
64
65
66
+ --body "This is a published release" \
67
+ --prerelease=false
68
69
70
### Delete
71
72
You can use glob expressions to match files:
0 commit comments