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
+9
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@
5
5
6
6
The GitHub provider for [go-semantic-release](https://github.com/go-semantic-release/semantic-release).
7
7
8
+
### Provider Option
9
+
10
+
The provider options can be configured via the `--provider-opt` CLI flag.
11
+
12
+
| Name | Description | Example |
13
+
|---|---|---|
14
+
| github_enterprise_host | This configures the provider to use a GitHub Enterprise host endpoint |`--provider-opt github_enterprise_host=github.mycorp.com`|
15
+
| github_use_compare_commits | This enables the [compare commits API](https://docs.github.com/en/rest/reference/repos#compare-two-commits) for fetching the commits |`--provider-opt github_use_compare_commits=true`|
16
+
8
17
## Licence
9
18
10
19
The [MIT License (MIT)](http://opensource.org/licenses/MIT)
0 commit comments