From 58155f3069e4a534b746bdd4850923674fa9c132 Mon Sep 17 00:00:00 2001 From: Ivan Klymenchenko Date: Fri, 11 Oct 2024 12:19:18 +0200 Subject: [PATCH] fix release --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 98b1261..521225a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,7 +15,7 @@ archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- - "Bitbucket CLI {{ .Version }}"_ + "smug {{ .Version }}"_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 @@ -39,11 +39,11 @@ changelog: nfpms: - license: MIT - maintainer: 'Ivaaaan hello@iillexial.me' + maintainer: 'Ivan Klymenchenko hello@iillexial.me' homepage: https://github.com/ivaaaan/smug dependencies: - git - description: Bitbucket client command line tool. + description: Session manager and task runner for tmux. Start your development environment within one command. formats: - deb - rpm