An open API service indexing awesome lists of open source software.

https://github.com/go-semantic-release/provider-gitea


https://github.com/go-semantic-release/provider-gitea

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# :octocat: provider-gitea
[![CI](https://github.com/guisea/go-semantic-release-provider-gitea/actions/workflows/ci.yml/badge.svg)](https://github.com/guisea/go-semantic-release-provider-gitea/actions/workflows/ci.yml) ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fbadges.cybercinch.nz%2Fgo-semantic-release%2Fprovider-gitea%2Fcoverage)

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)