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. |
85
-
|`githubApiPathPrefix`| The GitHub Enterprise API prefix. |`GH_PREFIX` or `GITHUB_PREFIX` environment variable. |
85
+
|`githubUrl`| The GitHub server endpoint. |`GH_URL` or `GITHUB_URL` environment variable. |
86
+
|`githubApiPathPrefix`| The GitHub API prefix, relative to `githubUrl`. |`GH_PREFIX` or `GITHUB_PREFIX` environment variable. |
87
+
|`githubApiUrl`| The GitHub API endpoint. Note that this overwrites `githubApiPathPrefix`. |`GITHUB_API_URL` environment variable. |
86
88
|`proxy`| The proxy to use to access the GitHub API. Set to `false` to disable usage of proxy. See [proxy](#proxy). |`HTTP_PROXY` environment variable. |
87
89
|`assets`| An array of files to upload to the release. See [assets](#assets). | - |
88
90
|`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>)`|
0 commit comments