diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f8a520491..fae40c8f6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,11 @@ before: hooks: - go mod tidy + +git: + ignore_tags: + - "{{ if not .IsNightly }}*-rc*{{ end }}" + builds: - binary: shiori env: @@ -26,6 +31,7 @@ builds: goarch: arm - goos: windows goarch: arm64 + archives: - id: shiori name_template: >- @@ -47,8 +53,10 @@ archives: checksum: name_template: 'checksums.txt' + snapshot: name_template: "{{ incpatch .Version }}-next" + changelog: sort: asc groups: @@ -79,5 +87,6 @@ changelog: exclude: - "^deps:" - "^chore\\(deps\\):" + release: prerelease: auto