From 9c8c4101f022b45e764842b03823ed6ffa970309 Mon Sep 17 00:00:00 2001 From: James Ding Date: Mon, 25 May 2026 12:39:09 -0700 Subject: [PATCH] fix: drop trailing period from descriptions (brew Cask/Desc audit) --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9a39aee..076f70b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -64,7 +64,7 @@ nfpms: package_name: lfm-cli formats: [deb, rpm, apk] maintainer: "James Ding " - 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 @@ -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: @@ -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