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: publish-github-release/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
This GitHub Action automates the creation of a GitHub Release. It can generate release notes by fetching the details
4
4
directly from a Jira release version, or it can use release notes provided directly as an input.
5
-
If not publishing a draft release, the action will wait for the release workflow to complete before reporting its
6
-
status.
7
5
8
6
This action uses the GitHub CLI to create the release and a Python script to interact with the Jira API.
9
7
@@ -34,7 +32,6 @@ The following inputs can be configured for the action:
34
32
|`jira_token`| Jira API token for authentication. Required if using `jira_release_name`. |`false`||
35
33
|`issue_types`| Optional comma-separated list of Jira issue types to include in the release notes, in order of appearance. |`false`|`''`|
36
34
|`use_sandbox`| Set to `false` to use the Jira production server instead of the sandbox. |`false`|`true`|
37
-
|`wait_for_workflow_name`| The name or file name of the workflow to wait for upon a non-draft release. If empty, this step is skipped. |`false`|`sonar-release`|
0 commit comments