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
|`githubUrl`| The GitHub Enterprise endpoint. |`GH_URL` or `GITHUB_URL` environment variable. |
68
-
|`githubApiPathPrefix`| The GitHub Enterprise API prefix. |`GH_PREFIX` or `GITHUB_PREFIX` environment variable. |
69
-
|`proxy`| The proxy to use to access the GitHub API. See [proxy](#proxy). |`HTTP_PROXY` environment variable. |
70
-
|`assets`| An array of files to upload to the release. See [assets](#assets). | - |
71
-
|`successComment`| The comment added to each issue and pull request resolved by the release. Set to `false` to disable commenting on issues and pull requests. See [successComment](#successcomment). |`:tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>)`|
72
-
|`failComment`| The content of the issue created when a release fails. Set to `false` to disable opening an issue when a release fails. See [failComment](#failcomment). | Friendly message with links to **semantic-release** documentation and support, with the list of errors that caused the release to fail. |
73
-
|`failTitle`| The title of the issue created when a release fails. Set to `false` to disable opening an issue when a release fails. |`The automated release is failing 🚨`|
74
-
|`labels`| The [labels](https://help.github.com/articles/about-labels) to add to the issue created when a release fails. Set to `false` to not add any label. |`['semantic-release']`|
75
-
|`assignees`| The [assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users) to add to the issue created when a release fails. | - |
|`githubUrl`| The GitHub Enterprise endpoint. |`GH_URL` or `GITHUB_URL` environment variable. |
68
+
|`githubApiPathPrefix`| The GitHub Enterprise API prefix. |`GH_PREFIX` or `GITHUB_PREFIX` environment variable. |
69
+
|`proxy`| The proxy to use to access the GitHub API. See [proxy](#proxy). |`HTTP_PROXY` environment variable. |
70
+
|`assets`| An array of files to upload to the release. See [assets](#assets). | - |
71
+
|`successComment`| The comment to add to each issue and pull request resolved by the release. Set to `false` to disable commenting on issues and pull requests. See [successComment](#successcomment). |`:tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>)`|
72
+
|`failComment`| The content of the issue created when a release fails. Set to `false` to disable opening an issue when a release fails. See [failComment](#failcomment). | Friendly message with links to **semantic-release** documentation and support, with the list of errors that caused the release to fail. |
73
+
|`failTitle`| The title of the issue created when a release fails. Set to `false` to disable opening an issue when a release fails. |`The automated release is failing 🚨`|
74
+
|`labels`| The [labels](https://help.github.com/articles/about-labels) to add to the issue created when a release fails. Set to `false` to not add any label. |`['semantic-release']`|
75
+
|`assignees`| The [assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users) to add to the issue created when a release fails. | - |
76
+
|`releasedLabels`| The [labels](https://help.github.com/articles/about-labels) to add to each issue and pull request resolved by the release. Set to `false` to not add any label. |`['released']`|
0 commit comments