Skip to content

Commit

Permalink
fix(ci): upgrade goreleaser config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 27, 2024
1 parent 80a1ec7 commit c14ca16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

version: 2

builds:
- main: ./cmd/lassie
binary: lassie
Expand Down Expand Up @@ -31,4 +35,4 @@ archives:
release:
mode: keep-existing
changelog:
skip: true
disable: true

0 comments on commit c14ca16

Please sign in to comment.