Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .goreleaser.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the Nancy scanner isn't too happy, but I don't see how that's caused specifically by your changes. I'll approve in case you need to force the merge in order to move on with things.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
project_name: harp

before:
Expand All @@ -6,7 +8,7 @@ before:
- go mod vendor

gomod:
proxy: true
proxy: false

builds:
- id: harp
Expand Down Expand Up @@ -45,11 +47,11 @@ builds:
no_unique_dist_dir: true

archives:
- format: binary
- formats: ["binary"]
name_template: '{{ .Binary }}'

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

checksum:
name_template: 'checksums.txt'
Expand All @@ -58,4 +60,4 @@ release:
disable: true

changelog:
skip: true
disable: true
Loading