Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ nfpms:
package_name: lfm-cli
formats: [deb, rpm, apk]
maintainer: "James Ding <jamesding365@gmail.com>"
description: "Show your Last.FM scrobbles on Discord."
description: "Show your Last.FM scrobbles on Discord"
homepage: "https://github.com/twangodev/lfm-cli"
bindir: /usr/bin

Expand All @@ -76,7 +76,7 @@ homebrew_casks:
token: "{{ .Env.RELEASE_GITHUB_TOKEN }}"
directory: Casks
homepage: "https://github.com/twangodev/lfm-cli"
description: "Show your Last.FM scrobbles on Discord."
description: "Show your Last.FM scrobbles on Discord"
url:
verified: "github.com/twangodev/lfm-cli/"
commit_author:
Expand All @@ -89,7 +89,7 @@ scoops:
name: scoop-bucket
token: "{{ .Env.RELEASE_GITHUB_TOKEN }}"
homepage: "https://github.com/twangodev/lfm-cli"
description: "Show your Last.FM scrobbles on Discord."
description: "Show your Last.FM scrobbles on Discord"

release:
mode: append # release-please already created the GitHub Release
Expand Down
Loading