Skip to content

Commit

Permalink
Update goreleaser config to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Jul 22, 2024
1 parent 7e05174 commit 36cdeff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
- id: flowpipe-linux-arm64
binary: flowpipe
Expand Down Expand Up @@ -79,7 +81,7 @@ snapshot:
name_template: "{{ incpatch .Version }}-next"

changelog:
skip: true
disable: true
sort: asc
filters:
exclude:
Expand All @@ -94,7 +96,7 @@ brews:
owner: turbot
name: homebrew-tap
branch: flowpipe-brew
folder: Formula
directory: Formula
url_template: "https://github.com/turbot/flowpipe/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://flowpipe.io/"
description: "Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters."
Expand Down

0 comments on commit 36cdeff

Please sign in to comment.