fix(ci): ignore nightly tags when comparing stable releases (#935)

This commit is contained in:
Felipe Martin 2024-06-08 18:50:53 +02:00 committed by GitHub
parent 72aecd2b60
commit 9aa8332c3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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