Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaan committed Oct 11, 2024
1 parent a4a05e8 commit 58155f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,11 +39,11 @@ changelog:

nfpms:
- license: MIT
maintainer: 'Ivaaaan [email protected]'
maintainer: 'Ivan Klymenchenko [email protected]'
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
Expand Down

0 comments on commit 58155f3

Please sign in to comment.