https://github.com/go-semantic-release/provider-gitea
https://github.com/go-semantic-release/provider-gitea
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-semantic-release/provider-gitea
- Owner: go-semantic-release
- License: mit
- Created: 2024-04-22T02:49:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T11:30:52.000Z (11 months ago)
- Last Synced: 2024-07-29T14:46:50.150Z (11 months ago)
- Language: Go
- Size: 12.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :octocat: provider-gitea
[](https://github.com/guisea/go-semantic-release-provider-gitea/actions/workflows/ci.yml) The Gitea provider for [go-semantic-release](https://github.com/go-semantic-release/semantic-release).
### Provider Options
The provider options can be configured via the `--provider-opt` CLI flag.
| Name | Description | Example |
|---|-----------------------------------------------------------|---------------------------------------------------------------------|
| gitea_host | This configures the provider to use a Gitea host endpoint | `--provider-opt gitea_host=gitea.example.corp` |
| slug | The owner and repository name | `--provider-opt slug=cybercinch/go-semantic-release-provider-gitea` |
| token | Gitea Personal Access Token | `--provider-opt token=xxx` |
| strip_v_prefix | Strip "v" from release prefix default: false | `--provider-opt strip_v_tag_prefix=true` |## Licence
The [MIT License (MIT)](http://opensource.org/licenses/MIT)
Copyright © 2024 [Aaron Guise](https://github.com/guisea)