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
14 changes: 7 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2

before:
Expand All @@ -19,15 +20,15 @@ builds:
- -X main.commit={{.Commit}}
- -X main.date={{.Date}}
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"

release:
draft: true
Expand All @@ -40,7 +41,7 @@ archives:
- completions/*
format_overrides:
- goos: windows
format: zip
formats: [zip]

brews:
- name: nctl
Expand Down Expand Up @@ -86,7 +87,6 @@ brews:
# Default is false.
skip_upload: false

# .goreleaser.yaml
aurs:
- name: nctl-bin
homepage: "https://github.com/ninech/nctl"
Expand Down Expand Up @@ -116,7 +116,7 @@ nfpms:
- rpm
package_name: nctl
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
maintainer: 'Nine Platform Team <platform@nine.ch>'
maintainer: "Nine Platform Team <platform@nine.ch>"

publishers:
- name: fury.io
Expand Down