You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
772 B

before:
hooks:
- bash -c "cd frontend && yarn && yarn run webpack --mode production"
builds:
4 years ago
- id: default
env:
- CGO_ENABLED=1
main: ./cmd/webmentiond
goos:
4 years ago
- linux
4 years ago
goarch:
- amd64
archives:
- wrap_in_directory: true
4 years ago
builds:
- default
format: zip
files:
4 years ago
- frontend/css/**/*
- frontend/dist/**/*
- frontend/index.html
- frontend/demo.html
- pkg/server/migrations/**/*
blobs:
- provider: s3
endpoint: https://ams3.digitaloceanspaces.com
bucket: zerokspot-media
folder: releases/webmentiond/{{ .Version }}
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Commit }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'