add goreleaser

This commit is contained in:
MrMeeb 2023-06-20 21:27:27 +00:00
parent df6719d802
commit e98549ced0
2 changed files with 30 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
dist-gitea/
.tags

28
.goreleaser-gitea.yaml Normal file
View File

@ -0,0 +1,28 @@
dist: dist-gitea
build:
skip: true
archives:
- format: binary
release:
draft: true
gitea:
owner: MrMeeb
name: certbot-cron-docker
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
# .goreleaser.yaml
gitea_urls:
api: https://git.mrmeeb.stream/api/v1
download: https://git.mrmeeb.stream
# set to true if you use a self-signed certificate
skip_tls_verify: false