Fix goreleaser gitea config
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
7435995981
commit
9c0f924e68
@ -29,3 +29,8 @@ changelog:
|
|||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- '^docs:'
|
||||||
- '^test:'
|
- '^test:'
|
||||||
|
gitea_urls:
|
||||||
|
api: https://git.t-juice.club/api/v1/
|
||||||
|
download: https://git.t-juice.club
|
||||||
|
env_files:
|
||||||
|
gitea_token: gitea_token
|
||||||
|
@ -2,7 +2,7 @@ package dogtamer
|
|||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
const Version string = "v0.1.12"
|
const Version string = "v0.1.13"
|
||||||
|
|
||||||
var Build string
|
var Build string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user