From 9bc0e1001f3b01f115a10e88de348d54e6ed8d02 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 15 Aug 2025 14:31:38 -0300 Subject: [PATCH] ci: update winget configs, LICENSE.md (#597) --- .goreleaser.yml | 4 ++++ LICENSE => LICENSE.md | 0 2 files changed, 4 insertions(+) rename LICENSE => LICENSE.md (100%) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8123448a028540e0182a0ee897f014d4280287ef..58a7adb6cd0023158cd4e7b15717bb982a1f4a71 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,6 +13,7 @@ metadata: license: "FSL-1.1-MIT" homepage: "https://charm.sh/crush" description: "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal." + full_description: "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal." maintainers: - "kujtimiihoxha " - "caarlos0 " # for aur @@ -259,6 +260,9 @@ nix: winget: - publisher: charmbracelet copyright: Charmbracelet, Inc + publisher_url: https://charm.land + release_notes_url: "https://github.com/charmbracelet/crush/releases/tag/{{.Tag}}" + license_url: https://github.com/charmbracelet/crush/blob/main/LICENSE.md commit_author: name: "Charm" email: "charmcli@users.noreply.github.com" diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md