Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
ci: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 2, 2022
1 parent 69f6016 commit 14e04de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: tg
before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -13,6 +14,9 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
main: ./cmd/tg
checksum:
name_template: 'checksums.txt'
Expand All @@ -24,3 +28,14 @@ changelog:
exclude:
- '^chore(dep):'
- '^test:'
nfpms:
- package_name: tg
vendor: VK
homepage: https://github.com/gotd/cli
maintainer: Aleksandr Razumov <[email protected]>
description: Command line interface for Telegram using gotd
license: MIT
formats:
- apk
- deb
- rpm

0 comments on commit 14e04de

Please sign in to comment.