Skip to content

Commit

Permalink
update goreleaser to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole committed Dec 24, 2024
1 parent 719f476 commit bd05c10
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
project_name: Laverna
version: 2

env:
- GO111MODULE=on

builds:
- env:
Expand All @@ -17,16 +20,6 @@ builds:
checksum:
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.sha256"

nfpms:
- maintainer: F. Talha Altinel <[email protected]>
description: CLI for language learners
homepage: https://github.com/lingua-sensei/laverna
license: MIT
formats:
- deb
- rpm
- apk

archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
Expand All @@ -41,4 +34,6 @@ changelog:
- "^test:"
- "^chore:"
- "Merge pull request"
- "Merge branch"
- "Merge branch"
- "Merge remote-tracking branch"
- "go mod tidy"

0 comments on commit bd05c10

Please sign in to comment.