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: actions/release/create/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
## Overview
26
26
27
-
Action to create a new release
27
+
Create or publish a GitHub release using Release Drafter, with optional monorepo scoping.
28
28
29
29
<!-- overview:end -->
30
30
@@ -39,6 +39,10 @@ Action to create a new release
39
39
# Default: `false`
40
40
prerelease: "false"
41
41
42
+
# Whether to publish the release (false keeps it as a draft)
43
+
# Default: `true`
44
+
publish: "true"
45
+
42
46
# Working directory for monorepo support.
43
47
# If specified, the release configuration file will be placed in `.github/release-configs/{slug}.yml` where slug is derived from the working directory path.
44
48
# The configuration will include `include-paths` to filter pull requests to only those that modified files in the specified directory.
| **`prerelease`** | Whether the release is a prerelease | **false** | `false` |
73
+
| **`publish`** | Whether to publish the release (false keeps it as a draft) | **false** | `true` |
69
74
| **`working-directory`** | Working directory for monorepo support. | **false** | - |
70
75
| | If specified, the release configuration file will be placed in `.github/release-configs/{slug}.yml` where slug is derived from the working directory path. | | |
71
76
| | The configuration will include `include-paths` to filter pull requests to only those that modified files in the specified directory. | | |
0 commit comments