mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-27 10:14:13 +08:00
fix(ci): ignore nightly tags when comparing stable releases (#935)
This commit is contained in:
parent
72aecd2b60
commit
9aa8332c3c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue