1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Correct goreleaser config (#250)

* Correct glob patterns to include missing index.html
* Remove broken homebrew config
This commit is contained in:
James Hillyerd
2022-01-17 12:19:37 -08:00
committed by GitHub
parent cb6f99c487
commit e7263439d5

View File

@@ -6,12 +6,6 @@ release:
name: inbucket
name_template: '{{.Tag}}'
brews:
- commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
install: bin.install ""
before:
hooks:
- go mod download
@@ -61,8 +55,8 @@ archives:
- LICENSE*
- README*
- CHANGELOG*
- etc/**/*
- ui/dist/**/*
- etc/**
- ui/dist/**
- ui/greeting.html
nfpms:
@@ -75,7 +69,7 @@ nfpms:
description: All-in-one disposable webmail service.
license: MIT
contents:
- src: "ui/dist/**/*"
- src: "ui/dist/**"
dst: "/usr/local/share/inbucket/ui"
- src: "etc/linux/inbucket.service"
dst: "/lib/systemd/system/inbucket.service"