You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ $ conventional-github-releaser --help # for more details
152
152
153
153
You can supply your auth token by a flag `-t` or `--token`. You can also set up an environment variable `CONVENTIONAL_GITHUB_RELEASER_TOKEN` to avoid typing your token every time.
154
154
155
+
You can also submit your release as a draft version via the '--draft' flag. This allows you to review the and edit the release notes before an official release.
156
+
155
157
Note: If all results error, it will print the error messages to stderr and exit with code `1`.
0 commit comments