diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a3cfa46..1eeba30 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,3 +29,8 @@ changelog: exclude: - '^docs:' - '^test:' +gitea_urls: + api: https://git.t-juice.club/api/v1/ + download: https://git.t-juice.club +env_files: + gitea_token: gitea_token diff --git a/version.go b/version.go index ef5ea29..4cbfc08 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package dogtamer import "fmt" -const Version string = "v0.1.12" +const Version string = "v0.1.13" var Build string