Skip to content

Commit

Permalink
fix: using new syntax in .goreleaser.yml (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Luthfi Fahlevi <[email protected]>
  • Loading branch information
luthfifahlevi and Muhammad Luthfi Fahlevi authored Aug 27, 2024
1 parent e1b3535 commit 688dabf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_name: meteor

version: 2

release:
prerelease: auto

Expand Down Expand Up @@ -64,7 +66,7 @@ checksum:
name_template: "checksums.txt"

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

changelog:
sort: asc
Expand All @@ -89,11 +91,11 @@ brews:
- name: meteor
homepage: "https://github.com/goto/meteor"
description: "Metadata collection tool."
tap:
repository:
owner: goto
name: homebrew-tap
license: "Apache 2.0"
folder: Formula
directory: Formula

dependencies:
- name: git
Expand Down

0 comments on commit 688dabf

Please sign in to comment.