go-pingbot/.goreleaser.yml
Medzik 018a2e9b90 feat(uptime): Add uptime to status and build date
- Moved type.go to types.go
- Added build date
- Removed linter from gitpod Dockerfile (now is in gitpod image)
- Added mongodb Database and Collection to config file (now isn't used [TODO])
- Added uptime to status
2021-08-01 15:48:24 +00:00

33 lines
522 B
YAML

project_name: pingbot
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
binary: '{{ .ProjectName }}.out'
ldflags:
- -s -w
- -X gitlab.com/gaming0skar123/go/pingbot/config.Version={{.RawVersion}}
- -X gitlab.com/gaming0skar123/go/pingbot/config.Build={{.Date}}
archives:
- format: tar.gz
files:
- LICENSE
- .env.schema
- config.schema.toml
- README.md
checksum:
name_template: 'md5_checksums.txt'
algorithm: md5