Skip to content

Commit

Permalink
goreleaser: nfpms maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pijng committed Jan 28, 2024
1 parent 15c7156 commit b371480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ snapshot:
name_template: "{{ incpatch .Version }}-next"
nfpms:
- id: packages # here we say that artifacts built with nfpm will be identified with `packages` string.
maintainer: 'Mark shalpack@gmail.com'
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
publishers:
- name: fury.io
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module moonlogs

go 1.21
go 1.20

require (
github.com/glebarez/go-sqlite v1.22.0
Expand Down

0 comments on commit b371480

Please sign in to comment.