https://github.com/go-semantic-release/provider-github
:octocat: GitHub Provider
https://github.com/go-semantic-release/provider-github
Last synced: 2 months ago
JSON representation
:octocat: GitHub Provider
- Host: GitHub
- URL: https://github.com/go-semantic-release/provider-github
- Owner: go-semantic-release
- License: mit
- Created: 2020-08-12T18:00:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T16:43:50.000Z (8 months ago)
- Last Synced: 2025-03-28T11:39:42.892Z (3 months ago)
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :octocat: provider-github
[](https://github.com/go-semantic-release/provider-github/actions?query=workflow%3ACI+branch%3Amaster)
[](https://goreportcard.com/report/github.com/go-semantic-release/provider-github)
[](https://pkg.go.dev/github.com/go-semantic-release/provider-github)The GitHub provider for [go-semantic-release](https://github.com/go-semantic-release/semantic-release).
### Provider Option
The provider options can be configured via the `--provider-opt` CLI flag.
| Name | Description | Example |
|---|---|---|
| github_enterprise_host | This configures the provider to use a GitHub Enterprise host endpoint | `--provider-opt github_enterprise_host=github.mycorp.com` |
| 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` |
| slug | The owner and repository name | `--provider-opt slug=go-semantic-release/provider-github` |
| token | GitHub token | `--provider-opt token=xx` |## Licence
The [MIT License (MIT)](http://opensource.org/licenses/MIT)
Copyright © 2020 [Christoph Witzko](https://twitter.com/christophwitzko)