You've already forked go-semantic-release
feat: Added Gitea Provider
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user