feat: Added Gitea Provider

This commit is contained in:
2024-03-31 21:53:43 +13:00
parent ade0e49736
commit 2236fe923c
6 changed files with 229 additions and 22 deletions

View File

@@ -9,7 +9,8 @@
| `github` | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| `gitlab` | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| `git` | :white_check_mark: | :white_check_mark: | | | :white_check_mark: | |
| `bitbucket` | Comming soon | :white_check_mark: | | | :white_check_mark: | |
| `bitbucket` | Comming soon | :white_check_mark: | | | :white_check_mark: | |
| `gitea` | Coming soon | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
## Supported CI Pipelines
@@ -97,7 +98,7 @@ branch:
#### Release
At the moment we support releases to gitlab and github.
At the moment we support releases to gitlab, github and gitea.
##### Github
@@ -144,6 +145,20 @@ git:
## Optional, if you want to change the default tag prefix ("v")
tagPrefix: ""
```
##### Gitea
You need to set the env `GITEA_TOKEN` with an access token.
```yml
release: 'gitea'
gitea:
user: "<user/group"
repo: "<repositoryname>"
## URL of your Gitea instance
Url: <https://your.github>
## Optional, if you want to change the default tag prefix ("v")
tagPrefix: ""
```
#### Assets