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